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. Interpreting error messages (gcc)
  2. release build assertions/verifications
  3. Pure Virtual Functions
  4. Error "type specifier omitted for parameter" in preprocessor directives??
  5. experiment with std::fill
  6. UDP broadcast problem
  7. dtors that fail
  8. Little problem to use a priority queue
  9. Deprecated API?
  10. Can C++ do it for me?
  11. Converting a macro to a string
  12. STL iterator
  13. Help with template object
  14. bitset solution
  15. inclusion compilation model question
  16. Using STL how do I convert a variable to a binary string
  17. Nesting try blocks inside catch
  18. Ada to C++ translator
  19. recursive
  20. collecting data from text file
  21. How to use std::copy?
  22. Critique requested.....
  23. STL ??
  24. Passing Through Constructor - Simple Error
  25. How do I detect infinite floats?
  26. Regading interview Question.
  27. Solaris : Difference in g++ and CC compiler for variable length array declaration
  28. visitor pattern and COM like objects ?
  29. what are the rules for writing header files?
  30. auto_ptr's exception safe
  31. Advice required on my ascii to hex conversion C++
  32. Can I put this in a .h file?
  33. cppmake
  34. Loop over enum values
  35. Question about operator new
  36. Return an iterator
  37. ===Welcome to comp.lang.c++! Read this first.
  38. Random Access Iterator
  39. Macros (I know, yuk!)
  40. multiple inheritence contructor
  41. Abnormal C++ Compile Time - How to debug?
  42. I fixed a problem...Now, what exactly did I just do?
  43. simple drag & drop
  44. STL iterator/reverse_iterator
  45. Another STL ?
  46. Passing by reference... is it safe in this case?
  47. C++ POSIX implementation?
  48. Are MAGIC numbers always bad?
  49. Cast vector<foo*> to vector<const foo*>?
  50. What would new (char([0])) give?
  51. which is faster
  52. std::string performance (Sun implementation)
  53. Importing Borland DLL to MSVC++
  54. Newbie Question - Constructors
  55. Does c++ standart support thread? Is _beginthreadex the standard function?
  56. const map templated 'find'
  57. Double getters
  58. Removing elements in a list that are also in another list
  59. Removing elements from a list that are elements in another list
  60. What is the proper behavior of gmtime()?
  61. Which members are created automatically, which members are not inherited?
  62. Re: Adding Multi_Language support to X, my Hand_Rolled newsreader.
  63. Enum to type (for static dispatching)
  64. What is the advantage of inherit from unary_function template
  65. extract data from file
  66. how to declare this template operator?
  67. s there something better than EnumPrinters?
  68. class design question
  69. Socket class done the C++ way
  70. member initialization - no matching function - candidates are
  71. Dataset always null
  72. vector erase
  73. Comment on style
  74. knight's tour helpppppp
  75. How to use wide char
  76. Subscript operator overloading with vectors
  77. templated pointer function for simple array
  78. source files vs. resource files
  79. About const references
  80. Forward iterators and past-the-end iterator
  81. Template Instantiation and member templates.
  82. std::string, subscripting, and npos
  83. ToString : convert types to string
  84. bitmap array
  85. How to pass this template template argument? (MSVC++ 8 error C3200)
  86. map inserts and efficiency
  87. Random Colors For Use In Defining Different Regions
  88. tightly coupled class design problem
  89. How do you define key_compare and value_compare
  90. std::find / find_if versus for loop
  91. Binary File Reader
  92. Please use wxWidgets
  93. How can i get each coloumn of a 2D array as 1D arrays??
  94. Passing a const object by reference.
  95. Class inheritance question
  96. Masking a virtual function?
  97. Rot-13 encoding an std::string
  98. question about function pointers
  99. Forward declare a templatized class
  100. custom allocator using templates
  101. syntax question
  102. ===Welcome to comp.lang.c++! Read this first.
  103. C++ Network Solution -- Where should I begin?
  104. Operator < in map template
  105. File I/o questions
  106. which clustering algorithm to use
  107. [MFC] CDataExchange::Fail() fails
  108. reading lines from file
  109. Is there any command like Pause or Nope in C++?
  110. STL remove compile error
  111. Timer, threads, exceptions
  112. gcc error for Name lookup. - Item 32 exception C++
  113. const and non-const variables
  114. IT tests. C, C++, XML, HTML, .NET, SQL...
  115. loop thru a STL list causes an infinite loop
  116. Seg fault when delete a pointer to vector<int>
  117. Linker errors on Template function definitions
  118. avoiding code duplication w/ type lists
  119. Making C++ classes available for C
  120. Function / Method in class
  121. Delete node from singly linked list when header is not known
  122. in-place functor comparison instead of std::binary_function
  123. linked list program in c++
  124. Bad Reference?
  125. operator overloading and virtual funtions
  126. Help about windows programming with DLL
  127. Re: Free templates
  128. RoseRT to "clean c++"
  129. Namespace and #Include best practises
  130. ostringstream and write()
  131. Finding dupilcate entry in a STL
  132. Read and write the same file
  133. Class Member Memory Allocation
  134. Linux and c++
  135. ifstream read() loop
  136. some last minute isues...
  137. istringstream
  138. restricting memory
  139. Compile error
  140. Video tutorials
  141. Re: Passing a const object by reference.
  142. Get Rich
  143. Operator overloading - lhs, rhs?
  144. Operator overloading - lhs, rhs?
  145. Operator overloading vs. class derivation/inheritance
  146. How to play .mp3 and .rm in VC++ programs.
  147. Preventing delete
  148. tree container library, revisited
  149. "Good" and "pricy" developement environment for c++
  150. How to prevent a letter insert in a int var ?
  151. g++ vs msvc++
  152. Design question
  153. calling virtual destructors and virtual functions
  154. Endian swaps with C++; comments please
  155. vector of vector newbie problem
  156. Hardware
  157. How to enforce execution order?
  158. Manipulator for parsing quoted strings
  159. storing arrays in cpp
  160. Initialization inside a class
  161. C style casts
  162. How to get pointer and offset from vector<bool>::iterator (or reference)
  163. Deleting a Polymorphic Class
  164. Reading a file that looks like this..
  165. C++ "packages"?
  166. Re: C++ "packages"?
  167. Re: C++ "packages"?
  168. Manipulating bits
  169. Tokenizing a string using STRTOK() in g++
  170. binascii in C++
  171. Anonymous Uniouns
  172. Serial COM port driver
  173. changing the sorting behaviour of std::map
  174. ostream_iterator<wstring, wchar_t>(wcout,"\n"))
  175. How to insert binary to memo
  176. Download Visual Studio 2005 Full
  177. Exception in Constructor
  178. map/set and multithreading
  179. Traversing a 2D array
  180. How to convert an integer into a string
  181. SetParent() on a control
  182. index vs iterator
  183. ===Welcome to comp.lang.c++! Read this first.
  184. Apache C++ Standard Library 4.1.3 released
  185. Runtime Type Checking
  186. Template specilization problems, howto work around
  187. random numbers
  188. DLLs - State of Play.
  189. Re: Commercial programs written in C/C++?
  190. &*iterator
  191. catch(...) doesn't catch everything
  192. what is the better way to do the mapping?
  193. Walking thru a STL list and remove element at the same time?
  194. how can c++ be slower than Perl?
  195. generate
  196. Dynamic object costuming
  197. Questions about const reference
  198. Template Specialization: when are extra template params required?
  199. Protecting Your Application
  200. Vector withing map: accessing values
  201. finding angle between two points
  202. accumulate() usage
  203. objects hierarchy problem
  204. Simple reference counting.
  205. Rotated Sorted List Search
  206. Access to excel spread sheets
  207. Class / lib files
  208. Static Table...
  209. Now a tricky one ;-)
  210. pragmas with example
  211. String Manipulation doubt
  212. source code commenting
  213. How to disable preprocessor checks in BCC32
  214. Set operators
  215. error checking by parsing thru a string
  216. what is the better way to determine if a string is number or not?
  217. CBitmap
  218. template specialization
  219. What is the fastest way of getting the fraction part of a floating point number?
  220. What is the fastest way of getting the fraction part of a floating point?
  221. ASyncResult vs. IASyncResult
  222. STL vectors..
  223. Help converting malloc to new
  224. 2d vector error
  225. mem_fun_ref: parens in reference of function
  226. OT? My First Working Modification of C++ Example Code, under QT. :-D
  227. vector<bool>
  228. Sybase OC Library
  229. Doubt regarding returning const char*
  230. curvature of a circle passing through three
  231. Order of construction
  232. random number generators
  233. communication - how?
  234. How can I resume a download if the user gets disconnected (I am using CHTMLfile )?
  235. STL lists as retrun value
  236. Basic/simple question regarding header file
  237. Straming video playback
  238. concurrent distributed programming online resources?
  239. basic question
  240. Encapsulation idiom
  241. finding slow parts in program
  242. Programming IP with C++ under DOS
  243. fopen and fclose?
  244. Programar IP en DOS con C o C++
  245. Programar IP en DOS con C o C++
  246. Static Variables in C++
  247. Objects can't be passed by value
  248. implementation assistance
  249. Protected Access
  250. How to improve this code