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

  1. Template problem
  2. reading data problems
  3. Problem with fstream and operator>>
  4. skipping an element in an array
  5. enum type and classes
  6. can't compile!
  7. Problem with callbacks with arguments
  8. I encoutered some trouble while using ODBC
  9. ===Welcome to comp.lang.c++! Read this first.
  10. cout & cerr
  11. Variable name...
  12. Interpret istringstream::tellg as character position?
  13. string to integer
  14. xlC,xlC_r
  15. xlC,xlC_r
  16. super constructor in C++
  17. Apache DLL file - unexpected error - confused newbie
  18. Apache DLL file - unexpected error - confused newbie Correction
  19. const functions
  20. Comparing 2 versions of C++ framework
  21. returning a const char*
  22. simulating "static pure virtual" methods
  23. BoundsChecker
  24. Color in c++
  25. Display a C++ window in a java GUI
  26. console stream
  27. How to implement "information hiding" into my code?
  28. deleting a composite, double-delete problem
  29. std::Vector, SmartPointer and const_cast
  30. Dynamic allocation of a 2 dimensional array
  31. Discoverable objects in C++, any tools?
  32. Sorted Linked List
  33. does anybody some code for this
  34. Partial accessibility to a class's interface
  35. Charts+.net+c++
  36. reading a whole file?
  37. Library Problem
  38. Re: hiya
  39. Using iterators inside templates
  40. Editors
  41. Simulating mouse clicks
  42. How to define a constant integer inside a class with keyword const ?
  43. std::vector performance
  44. HELP: wxValidator and undefined reference to `vtable ...` under linux
  45. Rejecting negative number
  46. Strange linking behavior when overriding global new and malloc
  47. sort() falls into wild state while stable_sort works fine
  48. vector sort: sort() vs stable_sort()
  49. pointer versus reference in constructors
  50. Assignment Operator in ABC
  51. Base64 Encoding/Decoding Implementation....
  52. Loop problem, HELP please!
  53. at run time, a message is send to my e-mail address
  54. run program at a specified time
  55. 'Re: std::vector performance
  56. seeking in cout text
  57. how to set the environment ?
  58. help in designing class
  59. exception handling and reference
  60. How is string::c_str() usually implemented?
  61. smtp server look up
  62. How to resolve "undefined reference to..." problems?
  63. assign value from a volatile variable
  64. is "using namespace std" good style?
  65. OT - Victor.. please email me
  66. posibilities of 'RETURN'
  67. 2 variable "nested" loop with TMP
  68. Member Templates
  69. 'virtual' can only be used....
  70. Template Expansion
  71. Tools advice for C and C++ programmers using XML
  72. Inheritance, vectors and copy
  73. software developers' kit
  74. Explicit calls to unexpected()?
  75. #include -- double quotes vs. angle brackets
  76. Alexei's singletons
  77. pass an array throuh a function
  78. char[] = "FFFFFF" to 3 unsigned char.
  79. Self refrence to class type in template
  80. Win2k/2003 DLL memory limit?
  81. atl oledb from console
  82. scope, static and linkage
  83. virtual base class
  84. Call A from B
  85. help in designing class
  86. pointers and linked list problems!!!
  87. lootery ball progam
  88. Problem with HTML files in C++
  89. Local structs as template parameters
  90. big numbers in C++
  91. Initializer and comma seperated lists
  92. Network Flow and random help please
  93. includes -- best form?
  94. return type
  95. cool thing with memberfunction pointers as parameters
  96. DFT routine
  97. c++ linker error, please help!
  98. documenting exceptions
  99. compiling socket client and server on cygwin
  100. what does default operator= do?
  101. shifting bits, shift 32 bits on 32 bit int
  102. type of sizeof
  103. C++ Fortran mixed programming
  104. Explicit function vs. overloaded operator?
  105. Design Patterns for C++ Object Serialization/Deserialization?
  106. macro magic: include a while loop and return result?
  107. Inheritance problem ...whats next?
  108. std::map performance
  109. read fixed width numbers from stringstream
  110. need an efficient data structure
  111. how to enable highlight function?
  112. Commenting out debug code
  113. float/double equality in template definition without rtti
  114. sterling commerce = white supremacy
  115. dll troubles
  116. What do other's make of this code?
  117. Allocator probmels
  118. ===Welcome to comp.lang.c++! Read this first.
  119. Searching: Extendible Hashing Algorithm (OOP)
  120. pointer to function. why doesn't this compiler
  121. template inheritance and the output operator
  122. Strange Linker Error
  123. Help with Visual C++.NET
  124. Please help on 3 questions
  125. Global namespace pollution
  126. erase elements while iterating on a map
  127. Vector question
  128. DLL Definition files
  129. disabling RTTI
  130. how to implement a remove_if predicate with iterators vector
  131. Assignment help please!!!
  132. integer types
  133. Request for code review
  134. reserve with std::priority_queue
  135. creating STL-like iterators
  136. VC++ vs C++
  137. Need help with Visual C++ error message
  138. weird parse error in template class
  139. Need help extending stl list.
  140. reading a text file and returning enum
  141. can not dynamically add element to vector in going over the vector
  142. Need help extending stl list.
  143. RFD: comp.os.ms-windows.programmer.win64
  144. Assigning a portion of a getline to a variable
  145. template problem with MIPSpro compiler
  146. RTTI typeid question
  147. Using tolower in transform
  148. Inputing character strings using stream extraction operator
  149. Confusing compile error
  150. console io
  151. #define versus const
  152. Simple iterator usage question...
  153. "Default construction" of built-in types?
  154. Some basic Q for help!
  155. Overloading the "=" operator for Complex numbers
  156. undefined reference????
  157. Re: undefined reference????
  158. assigning string to int
  159. Makefile design
  160. what is wrong with this code?
  161. int overflow question
  162. strings
  163. Why do I want RTTI?
  164. string conversion
  165. string conversion problems
  166. SImple question about structure and linked list
  167. calling functions in another file
  168. MALLOC or
  169. Defining iterators
  170. Use of getchar
  171. Is there any good hash library in c/c++?
  172. funny working ListBox - help!
  173. Order of Static Members
  174. char In structures
  175. STFT
  176. how to use non-static member function as comparision function infind_if?
  177. How do I display a CArray in a table format?
  178. When to define copy/assgnment constructors
  179. Problem with inheritance
  180. Where is the download page for Visual C++?
  181. Simulatneous declare/initialize member variable
  182. Pragma Document
  183. '\0' in a C++ string?
  184. ===Welcome to comp.lang.c++! Read this first.
  185. function template
  186. Could C++ do this without the #pragma
  187. GMP Compile Error
  188. how to pass php serch results to c++ program?
  189. SImple question about structure and linked list
  190. first program evaluation
  191. Problem with heap
  192. [ANN] SMC - State Machine Compiler v. 3.0.0
  193. problem with templates (?)
  194. struct in struct
  195. SImple question about structure and linked list
  196. What is the error with this code?
  197. a little syntax goes a long way??
  198. ANNOUNCEMENT - Austria C++ library initial release
  199. Question about vector and list
  200. exception handling for raw read
  201. Portable 'byte' numeric type
  202. dangling pointers and security
  203. STL and sorted list
  204. C++ api representation ?
  205. CfP: 38th Annual Simulation Symposium..........
  206. Problem with sizeof, when using it with Base class pointer
  207. RTTI typeinfo pointers
  208. Heterogeneous Container: avoid ifs and casts?
  209. Java to C/C++ converter
  210. Help! Passing Templates functions to template functions
  211. model implementation
  212. anything wrong calling bind2nd this way?
  213. on std::bind2nd
  214. Visual C++ Error 2143
  215. Reading in a file into a Linked List - Segmentation Fault
  216. Static const class members, definition and initialization
  217. Problem with stream operator
  218. namespace question
  219. cast to non-const reference of a function's return object
  220. Error, if compiled with -O3 (gettext)
  221. File Move Programmatically
  222. RWList pass by reference -probkem
  223. Priority Queues in Visual Studio 6.0
  224. std::cout vs cout
  225. Is it possible to 'Unvirtualize' a method in a base class
  226. struct and class size guarantees
  227. making ostream& operator<< a friend function of a class in a namespace
  228. STL hash_map and free/delete the key object
  229. ~traits::eof()?
  230. Help please! Who can do this program?
  231. Can someone please help me???
  232. copy constructor of parent clas
  233. Summary: translation units, preprocessing, compiling and linking?
  234. isnumeric
  235. The TEST_() macro
  236. Dynamic multi-dimensional arrays.
  237. help about pointer copy
  238. C++ Message map/decoding pattern?
  239. in using ADS 1.2, does utils.h = Utils.h for example ... in windows XP
  240. Rotate non square matrix 180... Not working...
  241. sizeof(char)
  242. 2 questions for help!
  243. Specializing Subclassed Methods
  244. wave file
  245. Very basic question on Dynamic binding?
  246. Different errors opening a file stream
  247. ofstream overwrite
  248. (Simple?) template problem
  249. what is wrong with this?
  250. serial port communication in C++ MFC