View Full Version : C++


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 [100] 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170

  1. Passing member variables as function parameters
  2. linking to calling function from dll
  3. Measure time to execute a piece of code
  4. Stack overflows
  5. boost smart_ptr and WIN32 PostMessage
  6. C++ compiler optimization... who's on first?
  7. Get address of function, not entry in jump table.
  8. map with pair as key
  9. Multiple inheritance
  10. Uniform input stream from various kind of sources ?
  11. Virtual function
  12. buffers, streams, confusion
  13. fwd declaring STL containers
  14. Algorithm for character replacement in string
  15. Pre parsing ?
  16. Relocation error with STL Map in Shared Object
  17. bug
  18. should "using namespace std" be used?
  19. a problem relate to namespace and using
  20. A question regarding templates
  21. Return site code
  22. static method returning inherited type
  23. Introduction
  24. Can We Read Text data From an EXE
  25. Use (encapsulate) a class inside a class...
  26. implementing const_iterator and iterator
  27. Do You Want The Book C++ Programming Language By Bjarne Stroustrup?
  28. ===Welcome to comp.lang.c++! Read this first.
  29. Function pointer to class member function.
  30. virtual+static
  31. Static Member of Template Class
  32. C++ pointers
  33. Pointer to pointer to const conversions
  34. multidimensional array with different row lengths
  35. Example of C++ wrapper for select() ?
  36. NULL vs. 0
  37. std destructors
  38. Undefined reference in G++.
  39. .cpp vs .c
  40. Unexpected pop_head performance compared to push_heap
  41. delete does not work
  42. Barcode generator
  43. Analysing core files
  44. reference to the temporary object
  45. Making base class non-inheritable
  46. STL support for 64 bit applications
  47. Usage of private inheritance
  48. OT: strange c++ cast [Was: Named parameters]
  49. 802.11 packet inject with Hex
  50. auto_ptr
  51. c++ questions.
  52. Empty Block require semicolon?
  53. const on primitive type parameters
  54. coderwiki.com is starting and needs you!
  55. Parameter name can be same as function name???
  56. new and delete
  57. Just how powerful is the cast?
  58. Interaction of delete and destructor
  59. virtual functions and dynamic binding
  60. Default conversion when passing to an ellipsis
  61. Some guidance
  62. Rule of Thumb:Copy ctor,assingment opr
  63. accessing base class members when base is template
  64. Callback member functions
  65. how to compile socket programs in c
  66. lost object files- recompiling give different binary size!!
  67. <complex> : no match for 'operator*' // conversion operator double()
  68. very intersting:derived class private member accessed???
  69. LIBGIF Problem
  70. Windows like C++ editor for linux
  71. reference question
  72. What to do when you want a Shallow Copy?
  73. cin and strings
  74. Which is a good project to develop online
  75. Set of template class
  76. A<B>::ctor() : pointer( (B*) this ) - used for private implementaion (PIMPL) pattern - template framework
  77. C++ Senior Developer - Architect/Designer - N. Wilkeboro, NC [USA]
  78. include
  79. ostream& as parameter -> segfault? / understanding polymorphia
  80. [iostream] how to get the rest string of a istream
  81. I've Got A problem On Referencing Functions
  82. C++0x Garbage Collection
  83. setting bitmap on button
  84. preventing scaling of controls
  85. Do you have to delete a function pointer ?
  86. A free LGPL compression libary?
  87. hi
  88. Some Free Good E-books For You(You can buy them In amazon.com!)
  89. Obtain padded string containing number in hex form
  90. definition
  91. iso c++ standard on c linkage
  92. Amaltheia C++ library: No Main() function?
  93. mysql backup
  94. Odd behaviour of operator+()
  95. Job: Algorithmic Search Engineers wanted
  96. Optimization
  97. Why hiding copy-constructorin polymorphic classes?
  98. Templates, copy ctor and type-conversion ctor
  99. Implicit conversion constructor with template classes
  100. need help with data types, constructors, tight deadline
  101. Opening large text file makes program unhappy.
  102. how to hide a template specialization by inheriting.
  103. how to hide a template specialization by inheriting.
  104. ===Welcome to comp.lang.c++! Read this first.
  105. std::list problems
  106. Brainstorm for compile-time constants
  107. stdafx.h and highgui.h
  108. is std::ifstream buffered or not?
  109. Borland C++ Builder
  110. Value bits as compile-time constant!
  111. warning
  112. Deleting items from std::list
  113. quick question about C++ function
  114. Tuesday Sept 11th 2001 CRIME INVESTIGATION
  115. gcc warnings
  116. gcc warnings again
  117. Practical Programming Processes: LASER Summer School
  118. variable number of class method variants
  119. _getch() implementation
  120. Length of array
  121. VC++
  122. commenting no-op lines lead to wrong results
  123. std::vector help!!
  124. check for polymorphism during runtime
  125. Is this if-else statement legal
  126. operator+ for complex numbers
  127. getting linker error - multiple definition of the function
  128. VC 2005 - templates - partial specialization
  129. void fn(...)
  130. Member-reference and copy constructor
  131. GetChar loop
  132. Vector trouble from within class
  133. more warnings
  134. Verbosity of C++ errors
  135. STL facility for copying array of objects?
  136. Okay to move an object?
  137. Initialized Constants
  138. Is there a way to span a suite of explicit instantiations automatically?
  139. xhtml generation library
  140. Some complex structure I can't code correctly
  141. order of subexpression evaluation
  142. hi friends
  143. C++ implementation of FD grids etc.
  144. Any way to force compile failure?
  145. forcing code inline
  146. std::transform ugly cast
  147. ctors defined twice in .h and .C files
  148. Re: ctors defined twice in .h and .C files
  149. Strange errors about set using STL
  150. Strange template "redefinition" linker error.
  151. Simple C++ function prototype extraction tool?
  152. this program is wrong ?
  153. Help with delete of User object
  154. Getting an Errror ...
  155. Job Opportunity for C++ Developers in SYDNEY NSW
  156. this
  157. Classes with reference members in a vector.
  158. Dialog window procedure
  159. forward declaration of class in namespace
  160. boost::lambda
  161. pointer to 3dimension array
  162. i want to make friends.
  163. Processing byte arrays
  164. Rule of three and so forth...
  165. access to a static variable within a function
  166. errors
  167. Operator overloading with templates
  168. Memory manager for arrays wanted
  169. Zlib, C++, folder
  170. static function in dll
  171. Understanding temporary objects / taking address
  172. Pointer to container in STL
  173. cppflags and make files
  174. ===Welcome to comp.lang.c++! Read this first.
  175. Custom Website Design
  176. endl = " \n " ?
  177. exception question
  178. How to pass the field name of a struct as a parameter?
  179. inheritance - public, private, protected?
  180. Template "redefinition" linker error. (attempt #2)
  181. file io and enumerations
  182. Template "redefinition" linker error. (attempt #3)
  183. moderator for c++ standard
  184. why it isn't compiled about "template< template<class> class T>"
  185. need help with a new site
  186. i want make friends
  187. polymorphic class have diferent size on different os
  188. Missing Destructor
  189. Default functions implemented by compiler
  190. about to start learning
  191. Offseting in Structures
  192. String problem
  193. Excellent Opportunities with Merill Lynch (Singapore / Mumbai)...
  194. Excellent Opportunites with Merill Lynch (IT Division), (Singapore / Mumbai)...
  195. Excellent Opportunites with Merill Lynch (IT Division), (Singapore / Mumbai)...
  196. Calling class specific methods on a superclass object (or - Is therea getClass()?)
  197. header include order
  198. Why use struct instead of class while using functors?
  199. problem related to overloading == operator in c#
  200. How should be delete for this allocation
  201. systemC and modelsim
  202. Variable Number of Arguments in Macro
  203. a stream manipulator
  204. A question about smart pointer
  205. initialize a string or a stringstream with fstream
  206. make this snippet efficient
  207. abt learning c++
  208. More of a raw kind of cast
  209. how to ban other language characters in a username?
  210. tr1
  211. Why friendship not applicable to function arguments
  212. zlib APIs usage problem in C++ program
  213. stl string find issue
  214. Designing issue
  215. error initializing vector with istream_iterator
  216. some inner thoughts on va_start()
  217. I NEED UR HELP
  218. How expensive is getting the RTTI ?
  219. C++ Message Handling without using state machines
  220. libedit
  221. Passing address of stack memory to placement new operator
  222. liblog4cplus
  223. A question about GetPrivateProfileString
  224. Bit Shifting in structures
  225. help me with undefined references
  226. pointer iterator interaction
  227. Is there any reason for private virtual functions?
  228. Pointer arithmetic
  229. How to call string member function inside debugger?
  230. Problems with output in a multithreaded program
  231. Help Required!!
  232. "Tileing" a Container
  233. same name global variable multi files
  234. istream and while(cin >> i)
  235. Can We make Virtual Contructors?
  236. Free allocated memory
  237. Better implementation of "isPalindromic"
  238. Examples
  239. Sum up the effects of "inline"?
  240. Restrict pointers?
  241. how to form a pointer to the n'th element of an array which is a class member
  242. new & delete
  243. Accessing anonymous namespace
  244. Help Code won't compile
  245. STL map erase() functions question
  246. Data Storage, Interface and Design
  247. Code to replace Singletons
  248. Boolean Operator question
  249. Why assignment operator is'nt inherited?
  250. Pointers to member functions