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. sdl_main or WinMain@16 error
  2. kevelop
  3. SDL_Main or WinMain@16 error
  4. I finally figured it out! namespaces and the ODR
  5. How to get around the "long" 32/64-bit mess?
  6. Pointer convension, dot vs. indirection notation
  7. using count and count_if on class objects
  8. Static nested class
  9. Pseudo destructor
  10. Re: Halting Problem: Give up
  11. OpenGL in VC7
  12. c++ runtime implementation
  13. Three programs with sizeof
  14. C/C++ compilers recommendations please help
  15. Compile time check for virtual destructor
  16. Nested class
  17. A question on variable declarations/initializations
  18. Borland C++ Serial Port communication
  19. Questions on creating a virtual machine: Operations
  20. mem_fun with template function
  21. Compiling boost using Intel 8 c++ compiler under Windows
  22. ===Welcome to comp.lang.c++! Read this first.
  23. Reasonable expectation: for(it = v.begin(); it != v.end(); it++)
  24. help:how can i get the libray about bioinfromatics
  25. Is the FAQ availablbe on FTP?
  26. C# group?
  27. C++ Programm - Shutdown win2k
  28. Accessing a protected member of a member of type BaseClass????
  29. microcontroller bootloader in C
  30. Convert vector<float> to vector<double>
  31. edit control
  32. Using a multimap
  33. Virtual dtor and placement new.
  34. Help writing a web browser plugin using c++.
  35. File manipulation
  36. Rectangle: struct or class?
  37. Partial template instantiation?
  38. Trouble with namespaces and unresolved externals
  39. accessing a private member (illegally)
  40. need a free IDE to use with MS compiler
  41. Design of pointer_to<T> templates
  42. the book c++ primer answer always say L&L
  43. Re: the book c++ primer answer always say L&L
  44. Virtual Assignment Operator in Protocol class
  45. inline text, large strings
  46. Linking third party Libraries
  47. Inheriting interators
  48. what are static destructors? disadvantages? .. TIA
  49. compiling with VC++
  50. delete NULL, what about delete[] NULL
  51. xlC shared library
  52. Conditional compilation sans the cpp
  53. accessors
  54. Trouble with bit fields
  55. std::string
  56. How to check if a bit is off?
  57. dos promt staying open when prog runs
  58. Quality of rand()
  59. How to create an initialised object declared as a class member variable?
  60. string parser
  61. New operator -- construction a side-effect?
  62. Multiple union member initialization
  63. Open a specific page in a help file
  64. my first template
  65. Link Error
  66. efficient assignment ???
  67. std::string::iterator use with char*
  68. itoa function in gcc
  69. Broken STL implementation?
  70. precedence, sequence point, side effect
  71. Problem passing objects between functions
  72. <string> to lowercase
  73. How to obtain the type of a local variable in a method in C++?
  74. Class type at compile time
  75. Great Gods of C++, Help A Poor Programmer
  76. ISAPI, CAPICOM , and Carriage Control Line Feed
  77. pointer to an elment in a stl vector
  78. How to expand my compiler's ULONG_MAX ?
  79. C++ for web development?
  80. STL::find does unable to call overloaded operator==
  81. Strange error while compiling a C++ file
  82. Passing this as default argument
  83. Template-based implementation of Sutter's exception-safe operator= idiom
  84. public keyword usage in managed c++
  85. String Foramt - parameters problem.
  86. Where to find the C++ standard?
  87. any way to prevent 'x'+"yz" to compile ?
  88. C++ toolkit 2003: debugging programs
  89. ===Welcome to comp.lang.c++! Read this first.
  90. header file dependency map
  91. why catch (...) can not catch such exception
  92. Newbee
  93. Return pointers or references?
  94. constrained_value type for ranged integers etc.
  95. portected access: template derivation vs. class derivation
  96. A tool to view instantiated templates?
  97. Problem with fstream
  98. Question on if/else statements
  99. Enumeration in C and C++
  100. Ant vs. Make
  101. Hi
  102. Debugging problem with VC++
  103. cc1plus
  104. algorithms with input stream iterators
  105. undefined reference to `vtable for ...
  106. Doors implementation on linux
  107. Namespaces and performance
  108. [OT]ACCU Review C++ GUI Programming with QT
  109. WinForms - kontrolka paska postepu
  110. Smart char * class...
  111. Size of an empty class why 1 byte ?
  112. design question
  113. To const or to enum?
  114. Noob to C++, trying to get syntax, etc.
  115. new to c++
  116. static_casts
  117. Problems inheriting multiple times.
  118. How to create a file in memory ?
  119. New compiler chokes on template class
  120. basic classes manipulation
  121. undefined reference
  122. Shortest path algorithm (other than Dijkstra)
  123. c++ grammar
  124. Why am I getting an assert failure message with this code?
  125. ANSI C problem on P4 under Linux & Windows
  126. extract "set" bits including position from unsigned long
  127. Multidimensional Arrays on the free store
  128. Is it good practice for a function to return data?
  129. sorry for my question
  130. Help with simple file reading issue please
  131. Clarification - Pointer to Function ..
  132. Peer review requested: hat random container
  133. ===Welcome to comp.lang.c++! Read this first.
  134. memset vs fill and iterators vs pointers
  135. the typename keyword - inheriting types from templated classes
  136. shared_ptr + this
  137. cin >> c
  138. structs
  139. Is it possible to put a class object in share memory?
  140. References and multi-data lists
  141. Re: Problems inheriting multiple times.
  142. Get this example to work with member functions?
  143. how create shorter number?
  144. Pattern match question
  145. Problem with mysql api calls.
  146. Using the sizeof operator on a struct?
  147. Is this the right way to redirect output from a class to another?
  148. char * string has to be free() or delete []
  149. Beginers Question about Getline
  150. to C/C++ fans
  151. If you're new and need a book
  152. memory corruption while debugging
  153. enhanced file info
  154. Sorting a map by value
  155. c quaery
  156. multiple base objects - scenario.
  157. multiple base objects, real-life scenario.
  158. std::vector / std::list - just wondering...
  159. access private member function
  160. Converting Non-Unicode Characters
  161. stream input
  162. Re: stream input
  163. Can you make a template (w/ or w/o the pre-processor) solution to do this?
  164. static member variable
  165. Programming question
  166. C++ noob - compiler question.
  167. Program Crashing From Running Too Fast?
  168. CftpFileFind
  169. 2 dimensional arrays
  170. Alignment, placement new, trap representations
  171. Feedback on this template function
  172. operator void* , stream extractor and built in types
  173. Outputting numbers to the console in binary format.
  174. class containing a list of itself
  175. n00bie questions
  176. vector::pointer confusion
  177. Error when compiling with Cygwin
  178. Cpp source code
  179. LNK2005-error in Visual C++ v. 6.0
  180. Re: Problems inheriting multiple times.
  181. Temporary objects as constructor arguments?
  182. please help me figure out
  183. generating strings
  184. const and standard types
  185. Simple Array Question - Help
  186. help needed in macro syntax
  187. Policies Vs. concepts
  188. Multiple precise: how to make 16bytes double ???
  189. A religious question: int* i; /*or*/ int *i;?
  190. Should pointer members be zero initialized by default?
  191. Sockets in Visual Studio 6 on XP
  192. double problem
  193. setting read and write point
  194. I need a decimal arithmetics library
  195. Undefined symbol using STLport lib on AIX-4.3.3
  196. Default parameters in typedef for function
  197. output to 2 streams
  198. Problem with implicit conversion
  199. Re: output to 2 streams
  200. Re: Another question on hat containers.
  201. VC++: Where can I get libraries for using Secure FTP?
  202. reading files
  203. Question
  204. Question
  205. cdialog with no standard border
  206. OT & FYI: Accelerated C++ Missing Pages. Check yours!
  207. Copy constructor called from member function?
  208. compile error
  209. ifstream::get() surprise
  210. ===Welcome to comp.lang.c++! Read this first.
  211. is there any known issue about gcc3.2 handling exception?
  212. Adding empty copy constructor makes segfault go away?
  213. delete
  214. error LNK2019
  215. ethernet address
  216. Problem with template using base class template in GCC
  217. Difference Between List x; and List x(); , if 'List' is a Class?
  218. Can Iterators Trash The Heap?
  219. Re: Doesn't C lang contradict with the main principle of complex system composition?
  220. error: jump to case label
  221. SImple list implementation
  222. Compiler Switch From GUI
  223. fastcall
  224. icc -axW problem
  225. Integrating numbers
  226. static methods in class syntax
  227. [ANNOUNCE] cpp-lib version 0.9.3
  228. Execution of x++
  229. Bush Campaign Shift: Now It's a One-Man Race
  230. Why can't I use an Iterator with a Reference Parameter?
  231. fun with template-derived templates
  232. How can I "reduce" the size of internal buffer used by std::string?
  233. :: Scope qualifier misunderstanding.
  234. To bean or not to bean
  235. C++ program for generating combinatorial objects
  236. Matrix library
  237. Unbuffered basic_streambuf
  238. difference between data hiding & watermarking
  239. loop in class definition ?
  240. Problem with char type in structures (MSVC)
  241. Problem with Inheritance
  242. [CORBA, Visibroker, C++] Array, sequence problem.
  243. C++ random number generator
  244. Re: C++ properties Library Created (was Binding together Properties of Objects)
  245. WANTED: SOFTWARE INVENTIONS
  246. how to write an operator
  247. Vector question
  248. Unbuffered basic_streambuf Implementation
  249. std::string -> WCHAR*
  250. load a txt file and linked list