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. Assigning a variable count: need some help
  2. static initialization access violation error
  3. Re: C++/ VB/ CONTRACT/ IN
  4. Awesome site!
  5. Awesome site!
  6. Awesome site!
  7. cout, cerr and I/O redirection
  8. GCC
  9. Do functions defined inside a class need inline keyword ?
  10. Help needed with design of generic class to handle multiple types
  11. API Progamming
  12. #define or const
  13. Initializing Int Array With a Non-Zero Value
  14. comparison between double
  15. g++: error: invalid use of member (did you forget the '&' ?)
  16. langsamer delete operator?
  17. Not spam - this is a response
  18. Multiple calls to new in member initializer list okay?
  19. Shannon-Fano algorithm
  20. locale and numeric output
  21. Template Member Functions
  22. Redesigning a debug API
  23. How command line arguments are passed ?
  24. For SGI and Linux: Instr like Semaphore with a Setable Timeout
  25. Cygwin + Windows XP
  26. reg. constructor parameters
  27. Re: mutable data structures
  28. const_cast versus compiler optimization
  29. C++ Exceptions Cause Performance Hit?
  30. ===Welcome to comp.lang.c++! Read this first.
  31. Outlook Express Registry Help
  32. Which method to use
  33. Funny locale problem
  34. explicit templates instantiation .... more
  35. Question about Memory Allocation and the SHORT INT in STL
  36. Simple inheritance question.
  37. ofstream * vs. ofstream
  38. convert a BSTR data type to std::string
  39. pure virtual parameters
  40. sizeof requirements for fundamental types
  41. How to convert CString to an ASCII character string?
  42. Getting Started with Design Patterns
  43. Shannon-Fano algorithm
  44. lists in a class
  45. Using Handles.
  46. Re: mutable data structures
  47. what is const X cx={1};
  48. Write and then read from a file
  49. using T& operator*(T*);
  50. make error / g++
  51. Missing global variables from lib
  52. operator<< for a template with a structure
  53. bbrowser question
  54. how to include my code ?
  55. Templates: "implicit typename is deprecated" error and typedef'ing templates
  56. Please help me this my question
  57. Execution time
  58. fundamental types
  59. "expected unqualified-id before 'using'"
  60. ide in vstudio
  61. type conversion w/ template
  62. Vector Finding and inserting
  63. reading a binary file in C++ and having trouble.
  64. valarray problem
  65. Why do{}while(0) in #MACROS?
  66. class member and local variable
  67. Is initialization order guaranteed?
  68. Containers and sorting objects vs. pointers
  69. Calling Explicit Constructer
  70. Do i need a copy contructor?
  71. How to pass a class-member function to pthread_create(....)?
  72. C++ experts advice needed
  73. Need suggestion for C++ project
  74. Why is copy constructor called only twice here (should be thrice?)
  75. memory leak?
  76. What is T*VQ&
  77. Can a reference to a pointer be created ?
  78. Saving and retrieving from a VFP database
  79. Storing and retrieving data from VFP
  80. error C2027: use of undefined type
  81. Do I need two languages for distributed computing?
  82. [ANN] New script engine (Basic syntax)
  83. !!!--- Evoluption Mouse ---!!!
  84. Segmentation Fault - Need assistance resolving {Novice C++ Programmer}
  85. returning constant reference of element from a template
  86. binaries not portable from Debian to RedHat
  87. a good way to debug g++ executable
  88. Stroustrup: C++ in 2005
  89. Where do I get FFT, is ok if it uses real inputs only
  90. Question concerning .NET 2003 and Namespaces
  91. Comparing standards compliance between compilers
  92. Storing objects in a union
  93. Help for primitive Graphics in Debian Linux C++
  94. invalid threads ID
  95. cout<<complex_num gives seg fault w/ intel compiler
  96. How to input?
  97. can you obtain the C++ source file from the machine code ?
  98. efficient approach to reverse a std::string object
  99. member functions as friends - friends of each other?
  100. Two things I'd like to see in C++ 2009
  101. Size_t & mutable
  102. template functions and "return type overloading"
  103. Expression B b(A()) seemed no effect?
  104. Returning string or vector from a function
  105. Recusrion
  106. returning refernce of array
  107. returning refernce of array
  108. delete char * - why does it work
  109. questions from strategies and tactics C++
  110. File and string question
  111. stupid question C++
  112. ===Welcome to comp.lang.c++! Read this first.
  113. Lock Free List
  114. Storing objects in vectors - what's wrong with this code?
  115. Help needed in File Handling
  116. const-incorrect practice
  117. Help Needed in file handling
  118. Storing objects in a vector
  119. Saving to a file
  120. linker error
  121. question about constructor
  122. protected members
  123. Using the () operator for dereferencing a smart pointer
  124. const type& and type const&
  125. Why doesn't this compile?
  126. assert vs error handling
  127. nested classes and multiple files
  128. decay bug
  129. Scripting and block data manipulation- how to preserve performance
  130. Reversing a folder path in a string
  131. Re: Difference between char* and char array
  132. Re: Difference between char* and char array
  133. any mailinglists gateway to this group?
  134. How well did I do??? Quiz 2
  135. How well did I do??? Quiz 3
  136. T t(a) not equivalent to T t = a
  137. order of initialization of static class objects
  138. What is volatile reference ?
  139. small operator question
  140. Compile time inheritance
  141. Looking for scriptable plug-in framework
  142. BCB6 OLE Automation for MS Word
  143. compling/running the program
  144. Help on writing a timer class (cross platform thread spawing)
  145. Copy constructor
  146. time in c++
  147. Singleton desin pattern in C++
  148. friend class declaration question
  149. Can a destructor be declared private?
  150. Comprehensive treatment of new / delete
  151. Initialization via ctor vs. initialization via assignment
  152. containers and template classes
  153. Memory allocation problem!
  154. C++/ VB/ CONTRACT/ IN
  155. preprocessor q: impossible macro?
  156. An Empirical Analysis of CPP Use
  157. Is Vector Reserve guaranteed to allocate contiguous memory?
  158. How do namespace scope and class scope differ?
  159. How to make sure that all the values in an array are different?
  160. Game question.
  161. doing some initialization before the constructor gets called
  162. Speacialized operator for dissimilar types
  163. Initializing a non-const reference with non-lvalue
  164. Whats wrong with this code? (nested classes question)
  165. wtd : free C++ compiler
  166. modifying a const object
  167. ISO/ICE 23271:2005
  168. Not nice but (question on void* and this pointer)
  169. Singleton Pattern
  170. non-constant reference
  171. C++/ VB/ CONTRACT/ IN
  172. extending an interface
  173. template-id does not match any template declaration
  174. Other headers #included via <iostream>
  175. Auto-initialisation of arrays
  176. for loop index variable
  177. design question
  178. what is difference between this,far,near pointer?
  179. using placement new to forward ctor calls
  180. Communicating between C++ application and Shell script
  181. system() ?
  182. vector<vector<Point3D> >
  183. What would you call this interface?
  184. assign a struct variable into another struct variable
  185. string looses contents.
  186. istream weirds
  187. cyclic includes
  188. ANNC: Reliable Software releases their own C++ Windows Library
  189. unexpected compile error w/ member function specialization of a template class
  190. C++ Object serialization?
  191. A Comprehensive treatement of linking C++ code?
  192. pointers and dynamic memory in C++
  193. Tool to analyze header dependencies & eliminate redundancy
  194. Open Source Middleware packages ?
  195. Is throw specification necessary?
  196. this is a great group
  197. [slightly OT] C++ Multi-threaded shared memory library
  198. What does "::DestroyWindow(hWnd)" mean?
  199. Shared memory and objects with virtual functions
  200. the range of enum
  201. How come I am able to access my private function
  202. E-book Please
  203. Is this Authentic?
  204. Difference between initialisation and assignment?
  205. using maps of string *.
  206. J-Integra for COM (Java COM interoperability)
  207. ===Welcome to comp.lang.c++! Read this first.
  208. Text formatting with streams
  209. Changing a non-template class to a template class easily
  210. What's the best method for displaying the value of a function pointer?
  211. specialized member function takes precedence over generic template member function
  212. Which C Standard is currently definitive for C++?
  213. use of char**
  214. Declare array of objects with constructor having arguments
  215. operator[] for maps
  216. which on is correct?~about temp object~
  217. Borland C++ 3.1
  218. Download gcc for i386
  219. Static const variables within a namespace
  220. Using sizeof() with a pointer : Not the normal debate....
  221. Expert Query on timing, threads, networking plz.... :S
  222. Function prototypes in C++
  223. std::basic_string<wchar_t>: segmentation fault while accessing any member functions
  224. evaulation of boolean conditions...
  225. porting win to lin by newbie
  226. convert valarray to basic array
  227. returning references and pointers (to C++ objects)
  228. typedef vs. class definition
  229. Looking for a better way to sort based on a third argument.
  230. operator ?:
  231. system( char(26)) error
  232. Conditional erasing elements from list - in a loop
  233. _snprintf
  234. CPP++
  235. MFC and sqlext.h
  236. A question of vector
  237. Why no operator << for stl containers.
  238. MFC and sqlext.h (eng)
  239. Books to learn c++
  240. Use of the "new" operator in widget toolkits
  241. Changing access levels of inherited base members
  242. Multiset (as dictionary) searching
  243. Compare data in two groups
  244. Multiple Inheritance
  245. forward class declaration and circular including
  246. compilation error with templates
  247. Getting Rid of Trailing white spaces
  248. static const members
  249. Linked List
  250. FYI:Modules in C++ Proposal