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. I think I messed up my compiler
  2. Can inserter/extractor operator overrides be made run-time polymorphic?
  3. beginning games development on the mac
  4. Confused on class member variable initialization
  5. What does * new mean?
  6. Template argument deduction cannot be performed
  7. Need clarification about virtual methods & inheritance
  8. port Win app to Linux Questions: Memory management and OEM Char
  9. how could i declare & define function in header file
  10. C++ / STL / G++ / Slackware
  11. C++ Reading binary data written by other Language programs
  12. Help with template friend and ostream, I think I am close
  13. Need help reading UTF-16 files ...
  14. (help) Runtime error in ifstream/ios class
  15. what is fun1()->fun2(params)
  16. Link error in minGW (seems libstdc++.a is not in the search path)
  17. strange ifstream problem
  18. operator new override/overload?
  19. Declaring struct as static is causing problem.
  20. Making the best of it!!
  21. typedefs, qualified identifiers, class names and name lookup
  22. Macro GCC????
  23. File-splitting Function: Uses FILE * - better way with ifstream?
  24. What's wrong here? (newbie)
  25. When to use private inheritance
  26. loop -> for_each
  27. How to activate a running Windows application
  28. valarray addition and overflow handling
  29. Error trapping
  30. The difference between C and C++
  31. How/why does this work?
  32. Compile error with virtual inheritance: const <anonymous>**
  33. Find duplicate entries in STL algorithm
  34. Temporary varriables and thread safety
  35. Problem with Accessors
  36. STL vector VS list
  37. Moving Project From VS 2003 to VS 2005
  38. Conversion of char * to bool
  39. Any memory leak for this Singleton Implementation
  40. Problem: global variables and singleton
  41. diamond inheritance, constr. question
  42. STL bind1st question
  43. Newbie question: reference as argument
  44. stl: what member function need to exist in class for list implementation
  45. Peeking an entire line from an istream
  46. Newbie: different problem with references
  47. What to do when base class is not specified as virtual?
  48. Is my understanding of containers valid?
  49. Unable to compile using boost::date_time library
  50. template problem in MSVC6 - getting wrong parameter type
  51. The bad coder joke =D
  52. Question about Boost.lambda example
  53. debugging runtime error
  54. constructor and initializer
  55. debugging a memory violation problem
  56. template in error
  57. C++ Beginners question
  58. Templates and Inlining
  59. Template class - Compilation problem
  60. save to file
  61. Compile error with virtual inheritance: const <anonymous>** - AGAIN
  62. Using time_put and time_get from <locale>.
  63. New to C++ need help
  64. debugging -- behaviour to be explained.
  65. Removing a vector element using std::swap and std::vector::resize.
  66. ===Welcome to comp.lang.c++! Read this first.
  67. key-value pairs: key consists of 3 ints
  68. Clear Thinking Power for Comp Developers
  69. Tightening up Shootout code
  70. NULL pointer and null references
  71. auto_ptr memory leak with arrays?
  72. virtual functions
  73. confusion over static variables
  74. looking to use graphics, can't find any thing
  75. Want to shift bits with addition of 1
  76. Implementing library algorithms
  77. How C++ Exception handling works ?
  78. Global variables.
  79. CFP: LASER Summer School on Software Engineering
  80. SOCI 2.0 - a database library
  81. Problem with member and non-member binary operator in template class
  82. how to implement a "typoef" thingy.
  83. invoking member functions without creating an object or pointer of the class?
  84. Setting member variables before constructor call
  85. multiple return paths question
  86. COPYING (not extracting) data from an istream object
  87. Error in program. cannot convert from 'char []' to 'char [10]'
  88. c++ float and integer
  89. Physical Location of #define Symbols
  90. STL string - converting to low case
  91. typedef in C++
  92. difference between generics and templates
  93. Question about Effective STL item 7
  94. Buffer overrun - exit or abort?
  95. auto_ptr and PIMPL
  96. DLL, XML, What the H-E-Double Bang
  97. Overloading 'casting' operator
  98. from vector of pairs to a map
  99. pros and cons using reference-counter VS reference-link
  100. std::list iterator usage
  101. Is it possible to access this newsgroup using Thunderbird?
  102. Re: Generic Programming
  103. Calling static function using uninitialized pointer??
  104. slicing copy, what's wrong with abstract class?
  105. map whose key_type is the pointer to an object
  106. C++
  107. Function to search for Characters
  108. Recast a member variable in derived class?
  109. design guidance
  110. Barton-Nackman and compilation under Solaris
  111. Re: Big Bertha Thing blogs
  112. c++/stl development top nyc financial firm
  113. Passing an evaluated variable to new in allocating a derived class
  114. classes pointers
  115. ))))
  116. STL algorithm VS Java loop
  117. std::map with user defined data
  118. error: 'std::ios_base& std::ios_base::operator=(const std::ios_base&)' is private
  119. parsing files
  120. difference between a namespace and class with just default constructor
  121. No argument constructor and function prototype
  122. trouble including "iostream" "fstream"
  123. Relative prevalence of "good" C++
  124. problem with operator<<
  125. problem with array and classes
  126. implementation dilema
  127. Available C++ Libraries FAQ
  128. Concurrent Pascal vs. c++ ?
  129. Funny! More offers to select a search engine!
  130. ostringstream and memcpy
  131. templates problem
  132. reading from a binary file
  133. C++ strings
  134. iota
  135. Free speech.
  136. stoopid begineer with a question
  137. ===Welcome to comp.lang.c++! Read this first.
  138. Dual-Graph Library
  139. Saving BLOB data using C++ In one insert statement into Oracle
  140. Visual Studio 2005 C++ Resouces
  141. string to class type using typeinfo
  142. Question about STL erase function
  143. pointer reference problem
  144. C++0x and file I/O
  145. copying a file
  146. Efficient list swap
  147. Execute a function in each element of the list conditionally
  148. Overload operator error ?
  149. checking bits
  150. language law - how to describe the state of uninitialized static storage
  151. debug mode
  152. about return type of an overloaded operator
  153. doubt in strcmp
  154. using streams for communication between threads...?
  155. Re: Generic Programming
  156. "Virtual constructor" abstract base class - feasibility?
  157. memory mapped file stream
  158. paradox when constructor of an pure abstract base class called?
  159. memset on structs with non-PODs
  160. sending <STX><ETX > charaters to RS232 port
  161. Create a list of class as a member attribute
  162. Shared string inside DLL
  163. instance scope ?
  164. policy base class using static member functions
  165. policy base class using static member functions
  166. Any good way to extend std::swap?
  167. Funny! More offers to select a search engine! (oo)
  168. string.format help
  169. C++ Interview questions for large C++ projects
  170. extracting rest of an istream (istrstream)
  171. drag and drop onto exe
  172. get filename from string
  173. STL ?
  174. Invitation to I18N_EXPERTS@googlegroups.com
  175. Handling ThumbTrack Notification for Multiline Edit Control
  176. STL and aCC
  177. Initialize const or static map
  178. c++ support for unicode, utf-8, encode/decode, ifstream, wstream?
  179. STL vector with iterators
  180. error C2664: 'strcpy' : cannot convert parameter 2 from 'char' to 'const char *'
  181. making sure that the deallocated dynamically memory returns to the heap?
  182. Where can I get the source for g++ 2.95.?
  183. Accessing Lvalue from function
  184. ANN: C++ Portable Components Release 1.0
  185. GNU libstdc++ crash 64 bits gcc 3.4.2
  186. order of #include statements
  187. how to init a derived struct?
  188. loop -> for_each
  189. loop -> for_each advanced
  190. vector of vector of vectors
  191. const correctness
  192. Assignment through base class reference
  193. My C++ library
  194. suggestions on improving source
  195. Re: Free speech.
  196. What is the advantage of Boost scoped_ptr?
  197. ECMA-372 is stepping in on C++
  198. what is causing this error?
  199. passing argument in STL loop ?
  200. List Iterator Not Incrementable?
  201. question on the assignment operator
  202. STL for loop ?
  203. throw in destructors
  204. initialisation of static
  205. display from video card visual c++
  206. Replace simple function with object of same signature
  207. Automatic lvalue in functions
  208. ANN: iof library available
  209. Overloaded type converter STRANGE behaviour
  210. Magic Wand Implementation
  211. Debugging C++ program in GDB on linux
  212. where does open open the file?
  213. Video Streaming in Windows
  214. Re: C++ Interview questions for large C++ projects
  215. c++ as beginner...
  216. friend operator<< in template classes
  217. ===Welcome to comp.lang.c++! Read this first.
  218. Gauss Jordan Solver?
  219. How to install c++ on Windows
  220. utility to view the expanded preprocessor macros
  221. PostMessage() in vc++ thread not talking to main program
  222. how to use this utf8 interators to read from a file
  223. How to delete an array?
  224. question about operator new
  225. How to open a file in $PATH?
  226. Debugging a Segmentation Fault in C++ STL code
  227. Whats wrong with my stream ?
  228. garbage collection questions
  229. C/C++ code to parse XML file
  230. memcpy a int to a char buffer ?
  231. Smart Pointer library in C++
  232. size of a class having enumerated data types?
  233. CFP: IAENG International Workshop on Computer Science (in IMECS 2006)
  234. "named parameters mechanism"
  235. does multimap insert invalidate iterator?
  236. Average All-Pair Shortest Path on a Graph
  237. Average All-Pair Path on a Graph
  238. global scope variable in .cpp file?
  239. Interface
  240. Help with initialization of graph (Boost Graph Library)
  241. Remove items from a stl vector
  242. Virtual Template or Template Virtual
  243. Help with std string
  244. graph layout algorithm
  245. Definite type sizes
  246. Grand Opening Giveaway! 85% off all electronics! http://xthost.info/ediscount/
  247. Running MS-DOS within a c++ program (Code)
  248. static initializer order
  249. STL: copy vector of class ?
  250. bstr string to New character string