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. Defining static members in explicit specializations
  2. Should I define my own allocator?
  3. Initializing order
  4. spaces handling while reading input from a file
  5. stl iterators "null" value
  6. Functions problem
  7. a deconstructor question
  8. why pass-by-reference of a pointer variable?
  9. pointer and string
  10. SmartPtr type conversion error
  11. Is C-style string unchangable?
  12. Why does it work?
  13. Returning an Array a characters?
  14. help partial sepecialization
  15. Why does not this main test program work
  16. Source for C++ library design and programming
  17. memory allocation.
  18. Difference between "float" and "GLfloat" ?
  19. A trick to wrap the callbacks ???
  20. Wish You a Happy and prosperous New year
  21. A new cross platform c++ framework (another)
  22. Compliant compiler? Comeau?
  23. Happy New Year and Merry Christmas!
  24. erasing element in a vector of pair ..
  25. Clustering
  26. Example of using sockets/http
  27. Determine type of typename T?
  28. How to use long double floating?
  29. Set boolean array elements to false using STL algorithm?
  30. ===Welcome to comp.lang.c++! Read this first.
  31. Updating a binary file?
  32. Problem with getline and files
  33. Probleme mit Pro*C Compiler
  34. movie tutorial - "C++ - It is so easy! - part 1" made by noisy ;)
  35. ODBC Class
  36. how to store a string into a vector?
  37. itoa
  38. Generics in C#, Java, and C++
  39. vector<Foo> how to force default constructor
  40. memory allocation and new
  41. What mean "foo& foo2::foo3()" ?
  42. find / find_first_of - vector of pairs..
  43. Const int variable declaration.
  44. The New Extension IDE - EXTEIDE
  45. The New Extension IDE - EXTEIDE
  46. Reading BiosID in win32
  47. Return value of _time64()
  48. Advice on wrapping data
  49. Suche schnelle Zufallszahlen-Funktion
  50. compiler ??
  51. A non-blocking socket reading function
  52. OOP vs procedural
  53. When does initialization of static member variables occur?
  54. [noob]iostream.h
  55. what is vtable exactly?is it a structure or an array?
  56. gmake
  57. type convertion between template
  58. Creating a stringstream in a parameter
  59. problem with delete
  60. array of functions?
  61. Farewell CUJ
  62. Multiple Inheritence
  63. Input bidirectional custom iterator
  64. [noob]Multiple inheritance
  65. C++ STL in embedded systems
  66. Shape DragOver and DragDrop
  67. How to call a virtual base function with variable parameters?
  68. Passing different sort methods to multiset
  69. 2d visibility algorithm?
  70. problem with strings
  71. Variable Scope, Initialization, Linkage etc.
  72. Why "const" break the Polymorphism?
  73. antivirus program
  74. Any Developers Who Worked on TradeStation 2000i
  75. Any difference in these array declarations
  76. ===Welcome to comp.lang.c++! Read this first.
  77. Registering a GLUT Callback in C++
  78. flash & VC++
  79. Overloading Operators for User-Defined Types (NOT Classes!)
  80. Question about structs
  81. Restricting base class visibility
  82. Directory access
  83. How to delete the Folder and its file using VC++ code
  84. Free Online Assessment Tests
  85. static array with variable amount of elements??
  86. Structure size check at compile time
  87. typedef
  88. A book on Gtkmm
  89. Vector of abstract classes filled with derived classes ?
  90. question regarding delete[]
  91. newbie and polymorphism
  92. boost::shared_ptr mutual header inclusion problem
  93. Help with debugging code
  94. virtual destructor
  95. weirdness with std::map<const char *, int>
  96. After calling constructor, the destructor is called immediately - why?
  97. subclassing std::valarray
  98. Specialization of only one template parameter?
  99. Re: C ++ is DEAD
  100. how to clear up the std::stringstream?
  101. STL exception safety, operator==
  102. Constructor of a derived class
  103. NULL global variable
  104. Expression templates and generic matrix operator
  105. Compiler messages with pub/prot/priv inheritance
  106. Re: C ++ is DEAD
  107. Could someone please explain?!
  108. initialize the global variables in .so files
  109. virtual function
  110. generic tree container library
  111. new to c++
  112. difference bewtween static and dynamic inheritance?
  113. What is ScatterHierarchyTag means?
  114. Problem using std::map
  115. Advise on implementation of custum graph
  116. unnecessary declaration of Virtual destructor
  117. why does my overloaded operator discard qualifiers
  118. member template methods
  119. C++ Template Question
  120. Counting the number of times I've tested a program
  121. Counting the number of times I've tested a program
  122. Counting the number of times I've tested a program
  123. Arguments in partial template specialization
  124. Decompilind dll's
  125. simple question on type casting~
  126. C++ Equivalent of <stdint.h>?
  127. need help with algorithm
  128. Problems Compiling enum.h from ENUM++
  129. basic question for vector
  130. basic question about std::vector
  131. Has anyone used enum.h from Besser's ENUM++?
  132. GetSaveFileName problem: can't get selected filter and put default name
  133. difference between *foo and (*foo) ?
  134. A Complete ENUM++ (from Besser's CUJ article) Example
  135. VC++ 6 ___ EXE file runs fine on one computer but not the other
  136. OOP casting classes (using one single variable for similar types of classes)
  137. illegal reference to non-static member
  138. Server-side applications for form processing
  139. A dying era
  140. Generic matrix operators
  141. What if...
  142. help in comparing
  143. Start when windows starts.
  144. Singleton usage
  145. Local static variables and multithreading
  146. Another problem with singleton...
  147. Suggested extension to C++: static namespaces
  148. ===Welcome to comp.lang.c++! Read this first.
  149. Visual C++ vs GCC
  150. member function definition inside and outside class..function already defined error..
  151. Merging images
  152. sentinel processing, C++ no break label
  153. Get Window handle from point
  154. Get Window handle from point
  155. Get Window handle from point
  156. Get Window handle from point
  157. terminate thread waiting on cin
  158. vector push_back question
  159. nested iterator
  160. Linux Folder Iteration
  161. Converting from std::str to char
  162. Off topic - To be ignored
  163. Plugins in the class
  164. mail13
  165. Syntax Question
  166. "has-a" question
  167. Stupid problem with boost::share_ptr
  168. Stupid problem with boost::share_ptr
  169. Stupid problem with boost::share_ptr
  170. converting to studio 2003 en 2005
  171. Binary tree search in text file entries
  172. will this work?
  173. Using only the values returned by functions -- elementary question
  174. Using only the values returned by functions -- elementary question
  175. is there better way to add indent space?
  176. Implementing virtual concept in c
  177. Reduce memory usage?
  178. template confusion
  179. Singleton Class
  180. friend oper<<
  181. extending enum's: what operators?
  182. error compiling with read function
  183. Article about memory layout for virtual inheritance
  184. How to check if a pointer is "valid" ?
  185. STL map insert question
  186. Is Being Rude and Condescending a Legitimate Way to Attract New C++ Programmers?
  187. articles on design increases performance and test first?
  188. ISO C++ forbids declaration of `cout' with no type.
  189. asking about good books
  190. how to interface between different languages
  191. how to interface between different languages
  192. Pass a derived object to func so that it is base?
  193. A portable way to pass a string to C++ as macro?
  194. how to decrease link time
  195. Diamon inheritance problem
  196. positions of attributes
  197. how exclude initial part of a buffer???
  198. How can I get the encode of a txt file and convert it into UTF-8?
  199. Macro needed
  200. Can't output strings to std::wofstream (g++)
  201. Disassembly of C binary
  202. Is there a C++ or C certificate?
  203. How to Create a Circular Queue in C++
  204. memory allocation question when using ostringstream in STL
  205. SQLite Queries
  206. compile error trying to call STL sort
  207. Convert a Java iterator loop to C++ STL?
  208. building an unsigned character string.
  209. Completly newbie question
  210. newbie...please help!
  211. Create a variable size but non-growable array
  212. Write a function processes a list
  213. Unit Test Framework for c++ program
  214. callback and boost:function
  215. What is used for storage
  216. Virtual keyword & compile time
  217. Memory access optimization
  218. Help with std::string
  219. Multiple inheritance and access specifiers issue.
  220. Help with Extending std::exception class
  221. error: syntax error before '*' token
  222. Multi dimensional Array
  223. seeking web tutorials for compiler
  224. unresolved external symbol
  225. A stl vector of smart pointer
  226. ===Welcome to comp.lang.c++! Read this first.
  227. Create a Reference stl:vector attribute
  228. Create a list of list in Stl
  229. iomanipulator
  230. template type from string at run time
  231. Initialize reference to itself
  232. Linker Error: For a defined method() in C++
  233. Initialize a Reference type class attribute
  234. What in the HECK is going on???
  235. trivial or non-trivial object
  236. Compiler question
  237. Linux Programming Question:: Get Free Disk Info (with path name if possible)
  238. how to open a log file?
  239. Warning: no newline at end of file
  240. Reading a method pointer from a stream
  241. How to correctly call initialization and cleanup functions?
  242. Converting iterator to pointers, revisited
  243. Confusion about row-major and column-major
  244. Why need .dll if I use static lib?
  245. Char array initialization bug in vc++ .net 2003 ?
  246. Loki and BOOST
  247. pointer to a vector? shall i delete it or clear it?
  248. Header file compilation
  249. for_each() algorithm
  250. VC++/ CONTRACT/ IMMEDIATE/ IN