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

  1. counting objects
  2. Re: How to Implement these bitstring methods????
  3. two dimensional iterators
  4. How to write an allocator for the STL List in VC++ 6.0
  5. ostream operator
  6. vector.swap and heap / stack
  7. Re: extra spaces
  8. g++ question, bug?
  9. Header for 'new'
  10. Re: what is fixed-size memory (de)allocation?
  11. Alignment qualifier
  12. How do I Dynamically Add ActiveX Controls to a CWnd.
  13. Colors in C++?
  14. Re: what is fixed-size memory (de)allocation?
  15. Re: Multiple difinitions of global variables
  16. Re: Multiple difinitions of global variables
  17. Portable Filesystem Library
  18. Re: Multiple difinitions of global variables
  19. Re: Beginnerproblem argv splitting in cgi
  20. Re: Multiple difinitions of global variables
  21. Overflow exception on a return?
  22. 'NODE' is used as a type, but has not been defined as a type
  23. Abstract Factory or Factory Method pattern question....
  24. Re: Beginnerproblem argv splitting in cgi
  25. Re: const values initializing
  26. Re: const values initializing
  27. Re: hi reading a file
  28. Different types to ?:
  29. weird FOR LOOP problem
  30. Template as an argument to a class
  31. STL
  32. Re: hi reading a file
  33. Re: what does using namespace std mean?
  34. Re: what does using namespace std mean?
  35. Re: signal BUS (invalid address alignment)
  36. Re: signal BUS (invalid address alignment)
  37. Effiiency of Variable definitions in loops
  38. Re: vector size 0?
  39. Re: Beginnerproblem argv splitting in cgi
  40. Re: Multiple difinitions of global variables
  41. C++ strings and strchr()
  42. Re: signal BUS (invalid address alignment)
  43. Utility of vectors
  44. C Programming
  45. bit copying
  46. Heterogeneous linked structures; for a Tire search.
  47. Getting credentials in C++
  48. REQ >> Microsoft Developer Studio for Visual C++
  49. How do I exclude libraries used by Rational Quantify on Solaris 2.8
  50. weird FOR LOOP problem (solved)
  51. Deleting from std::list
  52. memcpy problem with padding for word alignment!!! very urgent
  53. wg21
  54. MS Visual c++ .net question
  55. Re: How to measure memory consumption.
  56. Is adding public methods to base classes bad design?
  57. Need copy of Al Stevens DDJ article: "Passing the C++ Test: Securing success in an interview"
  58. [C++] Order of header inclusion
  59. Private virt function can be called with Base class ptr
  60. c++: external variables
  61. Re: virtual destruction when?
  62. Re: virtual destruction when?
  63. Re: int system(const char *cmd ); suppress window
  64. Re: what does using namespace std mean?
  65. open a pipe /c++ fstream as return?
  66. Re: brute force
  67. Re: virtual destruction when?
  68. Re: erase/delete for all containers
  69. [Comparative performance] Methods of copying files : input to output
  70. Re: Info sought on Computeach (C++ courses)
  71. Re: erase/delete for all containers
  72. unicode (UCS-2 encoded)
  73. vector<bool> special reference treatment?
  74. Re: brute force
  75. clear spaces in a string
  76. Need logging functionality.
  77. a test
  78. MPOOL'03 -- Call for Papers
  79. Problem: Generating random indices for a container
  80. programming language c++
  81. Re: Alternatives to STATIC LOCAL variables
  82. How to generate a core upon exit?
  83. run-time sized array
  84. sliding puzzle code help
  85. fixed-point output
  86. Re: [HELP] Brushing up my C++?
  87. Re: [HELP] Brushing up my C++?
  88. istringstream to bool
  89. images in borland C++
  90. Re: [HELP] Brushing up my C++?
  91. Thread
  92. Re: Current status of iostream.h
  93. Re: Current status of iostream.h
  94. Base class pointers and private inheritance
  95. Re: using a static stl map
  96. partial specialization - why is this NOT ambiguous?
  97. storing images
  98. problems with standard header
  99. Initialization of virtual bases
  100. Re: visual c++ 6 / newbie: hide ODBC connect dialog
  101. Re: good tutorial
  102. C++: String data type
  103. Re: Info sought on Computeach (C++ courses)
  104. How to open a new console and write something out write printf()
  105. canonical way for handling raw data
  106. Re: Forms
  107. round and M_PI
  108. c++ command list
  109. Re: Alternatives to STATIC LOCAL variables
  110. overloading [][]
  111. Re: vector operator =
  112. Introduction to Oflow
  113. HTML parser in C++
  114. Re: std::map ,errors and warnings when declaring
  115. Initialization of single-constructor class objects
  116. template and dynamic decisions
  117. ===Welcome to comp.lang.c++! Read this first.
  118. unsigned __int64 overflow problem
  119. Can a destructor be called as a normal function?
  120. how to create a new thread in c++ class: why i can not get output.
  121. An inheritance help reqd
  122. Is there a vector that can store any type?
  123. Re: union question
  124. Re: How to plot simple 2D Graphs in C/C++ ?
  125. core dump at _malloc_unlocked
  126. Re: Multimedia Timer Build Errors
  127. Re: Multimedia Timer Build Errors
  128. Re: union question
  129. C++: IDE compatiable with MS Visual C++
  130. Byte alignment in union
  131. iostream or stdio
  132. NewBie Question
  133. C++: Array assignment problem
  134. std::map iterator
  135. Alternative to Tools.h++
  136. Re: [HELP] Brushing up my C++?
  137. copy constructor question
  138. char array to integer
  139. stream problem
  140. Re: Newbie/Amateur help
  141. Base class manipulation of a derived class' structure
  142. How to have different child classes of a template base class in a container?
  143. Generate a random number
  144. Re: Newbie/Amateur help
  145. std::map question
  146. overloaded global operator new/new[] and corresponding deletes question
  147. Detecting CR/LF or LF behaviour on a particular C++ platform.
  148. Re: question about returning reference from [] opeator
  149. The Big Three
  150. const int not constant expression?
  151. Visual C++ MFC error with Windows XP
  152. Changing Edit Box Text Colors in Windows
  153. Re: TC 1
  154. Re: How can a constructor call another contructor?
  155. Unlimited-precision integer library
  156. Making of Makefiles
  157. static variable and stack storage
  158. Re: NULL pointer not generating exception
  159. Writing BMPs
  160. Re: NULL pointer not generating exception
  161. Re: NULL pointer not generating exception
  162. Re: NULL pointer not generating exception
  163. struct init question
  164. Re: mem_fun_ref with 1 argument?
  165. Re: mem_fun_ref with 1 argument?
  166. Pre-standardizing hash_map & friends.
  167. String --> Byte array
  168. map problem
  169. Re: How can a constructor call another contructor?
  170. Re: Newbie/Amateur help
  171. virtual inheritance / dreaded diamond again
  172. Should this compile?
  173. ltime_t
  174. Debug
  175. Re: How can a constructor call another contructor?
  176. Newbie: const Member Function
  177. Re: Expect (C++): The system has no more ptys
  178. Re: Schildt's Advanced Windows 95 Programming in C and C++
  179. Re: delete NULL
  180. Stable Sort Problem
  181. Problem with dot notation
  182. Splitting URLs
  183. Re: line by line c++ language profiler
  184. Implementing license codes
  185. Re: line by line c++ language profiler
  186. Overriding overloaded functions?
  187. HELP C++ and Corba?
  188. C++ Function in VB
  189. Creating an exe using another exe
  190. Re: delete NULL
  191. trouble with assigment operators,s tl container and a reference
  192. Visual C++ and Informix
  193. problem with cast
  194. union question
  195. ./configure under c++ builder
  196. Clear display
  197. application with plugin support ?
  198. TC++PL example, hard to understand
  199. Re: Code optimisation
  200. *.H file
  201. Run-time check for template function existance
  202. Re: Code optimisation
  203. one simple question
  204. Webpages in c++ builder
  205. Re: Code optimisation
  206. Re: Need Help! - glob function in c++
  207. [OT] Re: Console Application behaves differently under the debugger
  208. Re: pure virtual functions as non-const in derived classes
  209. Re: Undefined local Handles
  210. The End of C++
  211. Re: pure virtual functions as non-const in derived classes
  212. Re: Code optimisation
  213. Unresolved Symbol: __rtaccess
  214. Re: Code optimisation
  215. Re: Code optimisation
  216. operator -> and ->*
  217. Polygons, Shapes
  218. Re: vector iterator invalidity
  219. overloading operator=
  220. Re: Help Please: C/C++ Standard Libraries
  221. [OT] Re: problem : yacc v.s c++
  222. Question with Templates debugging in VC++ 6.0
  223. Timespan calculations
  224. Re: List of pointers
  225. Re: List of pointers
  226. Re: List of pointers
  227. Re: [Seattle, WA] Developer Needed: C/C++
  228. Compiler Error
  229. Compiler Error
  230. sorting of 2d coordinates
  231. unexpected map behaviour
  232. C++ Header Inclusion
  233. [FAQ]Re: Understanding macros
  234. Re: Understanding macros
  235. Re: Understanding macros
  236. Re: template code generation
  237. Multiple and virtual inheritance, and downcasting
  238. Re: vector iterator invalidity
  239. Sending ctrl-d through a socket
  240. Application error using LogonUserA (advapi32.dll)
  241. ===Welcome to comp.lang.c++! Read this first.
  242. Re: passing back an iterator
  243. Re: [OT] problem with class exported from DLL
  244. Re: Understanding macros
  245. Calcule l element maximum d'un tableau
  246. Which way should this be done? <Theory Question>
  247. Interfaces and their implementations, is this code legal/correct?
  248. question about multi base classes
  249. Deleting a file
  250. Re: Pointers to arrays