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. Is 'delete [] NULL ;' safe ?
  2. containers of arrays?
  3. Compiler's use of function parameters as temporaries
  4. float to string object in c++, help and discussion...
  5. [ANN] Thread-aware STL-compatible memory allocator
  6. Execution
  7. dynamic_cast and references
  8. new not throwing bad_alloc
  9. Newbie 2 First Grade!
  10. help on project
  11. BST & recursion
  12. Re: constructing an object from bytes rather than a constructor
  13. static allocation
  14. Re: A question about variables declaration in C++
  15. Re: A question about variables declaration in C++
  16. 'inline' during declaration & definition
  17. callback method
  18. Re: [C++] About coding style
  19. Re: why is a bool 4 bytes in g++?
  20. vectors stl with pointers
  21. virtual base classes and constructor calls
  22. Re: A few exception questions
  23. infile.get(x)
  24. Reading and Writing GIF files
  25. Problem with streambuf
  26. simple ? repost
  27. Simple Template Question
  28. lower_bound
  29. C++ linkage problems
  30. Re: A question about variables declaration in C++
  31. Re: Command Line Args
  32. Re: A question about variables declaration in C++
  33. Ctor/Dtor order
  34. Multiple inheritance performance hit
  35. [C++] Timer WHILE waiting for input
  36. Can ANYTHING be inserted into STL vector?
  37. Destructors of Derived classes
  38. Dr. Dobbs and other periodicals?
  39. how can i intercept messages
  40. while loops
  41. static namespace members
  42. linking templates problem
  43. resizing vector via a pointer to the vector
  44. Clarification for std::vector and std::map
  45. virtual methods, virtual bases bug<?> in G++ 3.3
  46. Number conversion with string streams
  47. Re: qt
  48. Re: Bit test.........driving me crazy
  49. About memory of a vector?
  50. Problem with inheritance
  51. A Switch-Case versus Polymorphism scenario
  52. Casting changes value of ptr
  53. Re: Bit test.........driving me crazy
  54. Re: question about C++ standard library
  55. Re: question about C++ standard library
  56. C++: inherent conflict
  57. Re: Runtime polymorphism
  58. Re: Runtime polymorphism
  59. Re: Can union of structures be used to avoid padding bytes?
  60. Re: Can union of structures be used to avoid padding bytes?
  61. 64 bit
  62. char 8bit wide or 7bit wide in c++?
  63. Re: .exe to Source Code
  64. IDE for C++
  65. operator= - code in overloaded function doesn't get called
  66. Re: Template and Multiple Definition
  67. Re: Template and Multiple Definition
  68. Compiler standard compliance comparison
  69. Re: Template and Multiple Definition
  70. Re: Template and Multiple Definition
  71. using templates in templates
  72. Re: return types for virtual overriden functions
  73. Re: [C++] About coding style
  74. Re: Run Time Check
  75. inheritance, pointercast
  76. Re: conversion to char*
  77. template function with <char*>
  78. jjLibrary 1.5.2
  79. Re: return types for virtual overriden functions
  80. Can a class call its indirect base's member function?
  81. purpose of C
  82. allocator size_type
  83. overloading
  84. Re: Announcing issue 2 of The Agile Developer's Life free eZine
  85. Book recommendation
  86. Re: Template member function overload
  87. Re: Is this proper template specialization?
  88. ===Welcome to comp.lang.c++! Read this first.
  89. Re: Bit test.........driving me crazy
  90. Re: Can union of structures be used to avoid padding bytes?
  91. Symbols in library.
  92. overloaded >> and istream delimiters
  93. Re: container of pointers to vectors of different types
  94. Not even a newbee. Good at school course. please advise good start
  95. Re: conversion to char*
  96. Re: Static members and initialization don't seem to work properly?
  97. Re: Runtime polymorphism
  98. Re: Cast within an IF condition
  99. Re: Date class
  100. std vector use question
  101. Re: container of pointers to vectors of different types
  102. deriving from std::exception
  103. [Help] C++ Language
  104. Printing String Issues
  105. Re: About Throw Question
  106. Re: derived class copy constructor...
  107. Re: derived class copy constructor...
  108. Re: Some help with char[4] to float please
  109. Re: constructing an object from bytes rather than a constructor
  110. Re: Some help with char[4] to float please
  111. Link error using gcc 3.3 on Solaris 9
  112. Re: About Throw Question
  113. How do I implement final in C++
  114. Re: About Throw Question
  115. base class initialization
  116. /GX compiler option
  117. Re: Some help with char[4] to float please
  118. Free IDE with Parenthesis Matching?
  119. determining the size of a structure
  120. creating a pointer to a base class
  121. Re: conversion to char*
  122. Getting Any Text in Mouse positon From Any Window
  123. Re: memory alignment?
  124. Re: template specialization: why does this work
  125. Re: memory alignment?
  126. Re: memory alignment?
  127. Re: My first C++ program failed on me
  128. Re: My first C++ program failed on me
  129. variable type class (was: std vector use question)
  130. A::A[not-in-charge]() undefined reference to `vtable for A'
  131. Re: My first C++ program failed on me
  132. Problem with passing pointer to a function
  133. a question of style
  134. ending null character
  135. Need help using STL to sort a vector of strings
  136. favoring forward class declaration over #include
  137. behavior of new
  138. WTF is this?
  139. Reading stdin from stdout of another application
  140. Re: Some help with char[4] to float please
  141. Re: Some help with char[4] to float please
  142. compiler error I don't understand
  143. Looking for code... Polyfit, polyval
  144. Symbols in libs
  145. Virtual Function Problems
  146. How to remove dependency on a header file which has a typedef?
  147. 3d math library
  148. Hello World weirdness
  149. Need qr source...
  150. trouble with >> overload
  151. formatting with showbase with hex for 0
  152. My first C++ program failed on me revisted
  153. Constructor
  154. Re: static_cast question
  155. Re: pointer to member function
  156. Sets - Bit Array Vs. List
  157. Re: Non Aggregate Type?
  158. Need Seminar Ideas
  159. Template oddness with libpqxx
  160. Re: convert *char to char
  161. RDP or ICA?
  162. Re: Static member functioon
  163. why does a class declaration include private members?
  164. namespace
  165. Re: My first C++ program failed on me
  166. returning value in assembly language.
  167. To experienced OO people: please give some ideas/URLs for a course on object-orientation
  168. Re: Non Aggregate Type?
  169. Undefined symbols: vtable for Foo
  170. Basic question about casting and addresses
  171. Message box
  172. Debug assertion failure
  173. [ANNOUNCE] e4Graph 1.0a8 released
  174. control process network I/O
  175. <map> and const objects
  176. Re: static_cast question
  177. bmp file reading
  178. unline instead of outline
  179. inline
  180. Optimized memcpy to reduce cache misses
  181. C++ Charts?
  182. DNS - get MX-record - any linkable tools?
  183. inheritance
  184. how to get the other window's scrollbar handle ?
  185. Xenon 2000 project pcf
  186. Re: convert *char to char
  187. C++ Charts
  188. Re: using ZLIB to compress std::ostringstream?
  189. Re: fraction reducing funtion
  190. Future reuse of code
  191. Re: Does pointer assignment preserve bit pattern?
  192. Template arguments
  193. Re: fraction reducing funtion
  194. stl usage question
  195. Re: question on reference
  196. mistakes??
  197. Re: Newbie question: Any good resources on C++ programming?
  198. RogueWave - running inserter and selector on the same connection
  199. const_cast question
  200. Re: C++ explicit cast problem
  201. Re: C++ explicit cast problem
  202. Re: question on reference
  203. Re: [C++] Overwriting records outputed to Binary File
  204. Multi-paradigm design with C++
  205. Re: A quick look?
  206. Re: A quick look?
  207. Re: C++ explicit cast problem
  208. Re: A quick look?
  209. Input without pressing Enter
  210. Re: Removing duplicates from a vector without sorting it
  211. Re: Removing duplicates from a vector without sorting it
  212. Re: streams
  213. C++ stream-compatible TCP/IP sockets (Demo application)
  214. Re: Removing duplicates from a vector without sorting it
  215. Re: fraction reducing funtion
  216. Re: pointer to member function
  217. Array initialisation
  218. starting programs
  219. Hashtable Memory Dump?
  220. Exit
  221. Re: Removing duplicates from a vector without sorting it
  222. #include <iostream.h> or <iostream>
  223. fstream file i/o
  224. Undefined Reference Error while linking with g++, STL on LINUX
  225. changing virtual methods
  226. Re: Actual type of typedef?
  227. Re: Actual type of typedef?
  228. would this work?
  229. const_iterator
  230. Re: constructor inside a class member
  231. Re: Actual type of typedef?
  232. Re: float incompatibility between Windows and UNIX?
  233. Re: constructor inside a class member
  234. Re: Question on passing by reference for primitive types
  235. Re: Question on passing by reference for primitive types
  236. Re: Removing duplicates from a vector without sorting it
  237. VStudio .NET (VC++) and MFC : Text on image and save it?
  238. Default constructor
  239. Re: inheritance, overwrite functions,std::map
  240. Re: inheritance, overwrite functions,std::map
  241. Re: converting c++ programme from windows to solaris unix
  242. Re: float incompatibility between Windows and UNIX?
  243. Re: macros
  244. is this undefined?
  245. Re: converting c++ programme from windows to solaris unix
  246. optional interface
  247. question on namespace
  248. setting and resetting stream precision
  249. Registry Help
  250. Re: newbie: c++ book?