PDA

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 170 171 172 173 174 175 176 177 178 179 180 181

  1. Question about Boost.lambda example
  2. The bad coder joke =D
  3. template problem in MSVC6 - getting wrong parameter type
  4. Unable to compile using boost::date_time library
  5. Is my understanding of containers valid?
  6. What to do when base class is not specified as virtual?
  7. Newbie: different problem with references
  8. Peeking an entire line from an istream
  9. stl: what member function need to exist in class for list implementation
  10. Newbie question: reference as argument
  11. STL bind1st question
  12. diamond inheritance, constr. question
  13. Problem: global variables and singleton
  14. Any memory leak for this Singleton Implementation
  15. Conversion of char * to bool
  16. Moving Project From VS 2003 to VS 2005
  17. STL vector VS list
  18. Problem with Accessors
  19. Temporary varriables and thread safety
  20. Find duplicate entries in STL algorithm
  21. Compile error with virtual inheritance: const <anonymous>**
  22. How/why does this work?
  23. The difference between C and C++
  24. Error trapping
  25. valarray addition and overflow handling
  26. How to activate a running Windows application
  27. loop -> for_each
  28. When to use private inheritance
  29. What's wrong here? (newbie)
  30. File-splitting Function: Uses FILE * - better way with ifstream?
  31. Macro GCC????
  32. typedefs, qualified identifiers, class names and name lookup
  33. Making the best of it!!
  34. Declaring struct as static is causing problem.
  35. operator new override/overload?
  36. strange ifstream problem
  37. Link error in minGW (seems libstdc++.a is not in the search path)
  38. what is fun1()->fun2(params)
  39. (help) Runtime error in ifstream/ios class
  40. Need help reading UTF-16 files ...
  41. Help with template friend and ostream, I think I am close
  42. C++ Reading binary data written by other Language programs
  43. C++ / STL / G++ / Slackware
  44. how could i declare & define function in header file
  45. port Win app to Linux Questions: Memory management and OEM Char
  46. Need clarification about virtual methods & inheritance
  47. Template argument deduction cannot be performed
  48. What does * new mean?
  49. Confused on class member variable initialization
  50. beginning games development on the mac
  51. Can inserter/extractor operator overrides be made run-time polymorphic?
  52. I think I messed up my compiler
  53. VC++/ CONTRACT/ IMMEDIATE/ IN
  54. for_each() algorithm
  55. Header file compilation
  56. pointer to a vector? shall i delete it or clear it?
  57. Loki and BOOST
  58. Char array initialization bug in vc++ .net 2003 ?
  59. Why need .dll if I use static lib?
  60. Confusion about row-major and column-major
  61. Converting iterator to pointers, revisited
  62. How to correctly call initialization and cleanup functions?
  63. Reading a method pointer from a stream
  64. Warning: no newline at end of file
  65. how to open a log file?
  66. Linux Programming Question:: Get Free Disk Info (with path name if possible)
  67. Compiler question
  68. trivial or non-trivial object
  69. What in the HECK is going on???
  70. Initialize a Reference type class attribute
  71. Linker Error: For a defined method() in C++
  72. Initialize reference to itself
  73. template type from string at run time
  74. iomanipulator
  75. Create a list of list in Stl
  76. Create a Reference stl:vector attribute
  77. ===Welcome to comp.lang.c++! Read this first.
  78. A stl vector of smart pointer
  79. unresolved external symbol
  80. seeking web tutorials for compiler
  81. Multi dimensional Array
  82. error: syntax error before '*' token
  83. Help with Extending std::exception class
  84. Multiple inheritance and access specifiers issue.
  85. Help with std::string
  86. Memory access optimization
  87. Virtual keyword & compile time
  88. What is used for storage
  89. callback and boost:function
  90. Unit Test Framework for c++ program
  91. Write a function processes a list
  92. Create a variable size but non-growable array
  93. newbie...please help!
  94. Completly newbie question
  95. building an unsigned character string.
  96. Convert a Java iterator loop to C++ STL?
  97. compile error trying to call STL sort
  98. SQLite Queries
  99. memory allocation question when using ostringstream in STL
  100. How to Create a Circular Queue in C++
  101. Is there a C++ or C certificate?
  102. Disassembly of C binary
  103. Can't output strings to std::wofstream (g++)
  104. Macro needed
  105. How can I get the encode of a txt file and convert it into UTF-8?
  106. how exclude initial part of a buffer???
  107. positions of attributes
  108. Diamon inheritance problem
  109. how to decrease link time
  110. A portable way to pass a string to C++ as macro?
  111. Pass a derived object to func so that it is base?
  112. how to interface between different languages
  113. how to interface between different languages
  114. asking about good books
  115. ISO C++ forbids declaration of `cout' with no type.
  116. articles on design increases performance and test first?
  117. Is Being Rude and Condescending a Legitimate Way to Attract New C++ Programmers?
  118. STL map insert question
  119. How to check if a pointer is "valid" ?
  120. Article about memory layout for virtual inheritance
  121. error compiling with read function
  122. extending enum's: what operators?
  123. friend oper<<
  124. Singleton Class
  125. template confusion
  126. Reduce memory usage?
  127. Implementing virtual concept in c
  128. is there better way to add indent space?
  129. Using only the values returned by functions -- elementary question
  130. Using only the values returned by functions -- elementary question
  131. will this work?
  132. Binary tree search in text file entries
  133. converting to studio 2003 en 2005
  134. Stupid problem with boost::share_ptr
  135. Stupid problem with boost::share_ptr
  136. Stupid problem with boost::share_ptr
  137. "has-a" question
  138. Syntax Question
  139. mail13
  140. Plugins in the class
  141. Off topic - To be ignored
  142. Converting from std::str to char
  143. Linux Folder Iteration
  144. nested iterator
  145. vector push_back question
  146. terminate thread waiting on cin
  147. Get Window handle from point
  148. Get Window handle from point
  149. Get Window handle from point
  150. Get Window handle from point
  151. sentinel processing, C++ no break label
  152. Merging images
  153. member function definition inside and outside class..function already defined error..
  154. Visual C++ vs GCC
  155. ===Welcome to comp.lang.c++! Read this first.
  156. Suggested extension to C++: static namespaces
  157. Another problem with singleton...
  158. Local static variables and multithreading
  159. Singleton usage
  160. Start when windows starts.
  161. help in comparing
  162. What if...
  163. Generic matrix operators
  164. A dying era
  165. Server-side applications for form processing
  166. illegal reference to non-static member
  167. OOP casting classes (using one single variable for similar types of classes)
  168. VC++ 6 ___ EXE file runs fine on one computer but not the other
  169. A Complete ENUM++ (from Besser's CUJ article) Example
  170. difference between *foo and (*foo) ?
  171. GetSaveFileName problem: can't get selected filter and put default name
  172. Has anyone used enum.h from Besser's ENUM++?
  173. basic question about std::vector
  174. basic question for vector
  175. Problems Compiling enum.h from ENUM++
  176. need help with algorithm
  177. C++ Equivalent of <stdint.h>?
  178. simple question on type casting~
  179. Decompilind dll's
  180. Arguments in partial template specialization
  181. Counting the number of times I've tested a program
  182. Counting the number of times I've tested a program
  183. Counting the number of times I've tested a program
  184. C++ Template Question
  185. member template methods
  186. why does my overloaded operator discard qualifiers
  187. unnecessary declaration of Virtual destructor
  188. Advise on implementation of custum graph
  189. Problem using std::map
  190. What is ScatterHierarchyTag means?
  191. difference bewtween static and dynamic inheritance?
  192. new to c++
  193. generic tree container library
  194. virtual function
  195. initialize the global variables in .so files
  196. Could someone please explain?!
  197. Re: C ++ is DEAD
  198. Compiler messages with pub/prot/priv inheritance
  199. Expression templates and generic matrix operator
  200. NULL global variable
  201. Constructor of a derived class
  202. STL exception safety, operator==
  203. how to clear up the std::stringstream?
  204. Re: C ++ is DEAD
  205. Specialization of only one template parameter?
  206. subclassing std::valarray
  207. After calling constructor, the destructor is called immediately - why?
  208. weirdness with std::map<const char *, int>
  209. virtual destructor
  210. Help with debugging code
  211. boost::shared_ptr mutual header inclusion problem
  212. newbie and polymorphism
  213. question regarding delete[]
  214. Vector of abstract classes filled with derived classes ?
  215. A book on Gtkmm
  216. typedef
  217. Structure size check at compile time
  218. static array with variable amount of elements??
  219. Free Online Assessment Tests
  220. How to delete the Folder and its file using VC++ code
  221. Directory access
  222. Restricting base class visibility
  223. Question about structs
  224. Overloading Operators for User-Defined Types (NOT Classes!)
  225. flash & VC++
  226. Registering a GLUT Callback in C++
  227. ===Welcome to comp.lang.c++! Read this first.
  228. Any difference in these array declarations
  229. Any Developers Who Worked on TradeStation 2000i
  230. antivirus program
  231. Why "const" break the Polymorphism?
  232. Variable Scope, Initialization, Linkage etc.
  233. problem with strings
  234. 2d visibility algorithm?
  235. Passing different sort methods to multiset
  236. How to call a virtual base function with variable parameters?
  237. Shape DragOver and DragDrop
  238. C++ STL in embedded systems
  239. [noob]Multiple inheritance
  240. Input bidirectional custom iterator
  241. Multiple Inheritence
  242. Farewell CUJ
  243. array of functions?
  244. problem with delete
  245. Creating a stringstream in a parameter
  246. type convertion between template
  247. gmake
  248. what is vtable exactly?is it a structure or an array?
  249. [noob]iostream.h
  250. When does initialization of static member variables occur?