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. initializing embedded anonymous struct static members?
  2. Accelerated C++: [1,rows] Not so fast
  3. visual c++ 2005 express edition beta
  4. assigning void * w/o cast
  5. ncurses
  6. ===Welcome to comp.lang.c++! Read this first.
  7. Memory Leak in this simple C++ program, a compiler bug ?
  8. conversion: errno => exception
  9. why?
  10. eMbedded Visual C++, hide/show toolbars
  11. Access violation - Malloc problem
  12. Nested template type access
  13. By reference or by pointer
  14. listing files in a directory
  15. test (sorry)
  16. How to design this?
  17. How to make a "long&" parameter optional
  18. Game Control Storage
  19. a question about overloading operator<<
  20. static data-member treated as extern
  21. class for "updatable enum"
  22. Arguments *Against* Exception Use
  23. Derived methods hiding inherited methods
  24. Newbie question: arrays of objects
  25. linkage of object declared outside main
  26. template from MSVC++ to Linux gcc 3.3.4
  27. iostream & Adding Console I/O to a Win32 GUI App
  28. Best Home Base Work
  29. Problem with macro expansion
  30. Design question: N-dimensional tensors
  31. STL Sort
  32. static data-member undefined external
  33. const qualifier problem
  34. how to understand references to variables and references to constants are distinguished?
  35. Output location in an array
  36. do static functions get inherited?
  37. braindead languages?
  38. The real issue with accessors and mutators
  39. Simple UNICODE question
  40. Why does this compile?
  41. Re: Output location in an array
  42. How to Scroll windows in MFC application? HELP!!!
  43. Best way to boost::array<T,n> a,b; a += b;
  44. using declarations and operator overloading?
  45. why i can't compiler code in 64 mode
  46. Retaining a handle on a std::indirect_array<>
  47. How to capture WebBrowser's OnAfterPrint event in C++?
  48. namspace qn
  49. I think it cannot be done but why not?
  50. operator new, delete, static variable lifecyle and more
  51. operator new, delete, static variable lifecyle and more
  52. Inline functions and performance
  53. Pointers and references
  54. How to access object file in visual studio.net
  55. Variable number of arguments when calling a DLL function
  56. Aspi Information required...
  57. explicit conversion
  58. Temporaries - when do they begin, when do they end?
  59. passing parameters by const& ... can it be overdone?
  60. RAII for value objects
  61. Program not running correctly
  62. Variable Optimization Question
  63. C++/CLI
  64. error: `EBUSY' undeclared (first use this function)
  65. Essential Mathematics for Games and Interactive Applications
  66. Linker errors on Compaq comiling C++ application using STL
  67. STL inplace_merge on user-defined objects
  68. why I have not cast from object to reference
  69. Can anyone recommend a good course??
  70. B+ Implementation in vc++
  71. Is STL queue Thread Safe?
  72. [win32] invalid conversion from 'void*' to 'HBRUSH__*' ?
  73. Question: Comparing template singleton variants
  74. why the RTTI cannot tell the const qualifier of variables
  75. Quickest way of reading a binary file into a vector<char>?
  76. ifstream problem
  77. ===Welcome to comp.lang.c++! Read this first.
  78. class types as proxies to an array
  79. A good job for Win32 C++ programmer in NY
  80. system() or _popen()?
  81. STL vector searching question
  82. difference between return &*i and return i;
  83. maintain project
  84. Survey: Frequency of usage of smart pointers
  85. possible compiler bug?
  86. HTTP Post
  87. Extracting from istream into stringstream
  88. copy construction
  89. Can't use ofstream??
  90. Visual C++ 6.0 Plugins?
  91. Template copy constructor question
  92. using this in static member function
  93. strang behaviour std:vector and XString in VC6.0
  94. Please Help
  95. C++ & parsing streams
  96. What are makefiles useful for?
  97. Fetching binary file linked in URL
  98. std::map problem
  99. Recursive Calls with Ellipses
  100. templated data member
  101. constructor and destructor when initializing sized vector
  102. How do you pass a Vector to a function?
  103. Op or punctuators
  104. C++ cross platform frameworks
  105. Does anyone knows how to "disable multiple instances of application"?!
  106. Design question (specifically, script interpreter)
  107. Parallel programming
  108. const?
  109. C++/C-library linking (pslib)
  110. Linking error in VC++ 6
  111. Container class. compiler error
  112. Checking for memory leaks: valgrind versus insure++
  113. constructor call
  114. ptr to member
  115. Adding Objects
  116. Array of Strings
  117. Does std::set have an efficient copy?
  118. Random number if range is greater than RAND_MAX?
  119. Windows 64 Bit Programming
  120. How many virtual functions before needing dispatch tables?
  121. implementing remove in std::allocator
  122. Questions about edit box in VC++ 6
  123. Bit-shifting to multiply and divide?
  124. Banker's Algorithm
  125. default constructor in Java versus C++
  126. Removing elements from std::vector.
  127. Disabling dialog being displayed in Windows taskbar
  128. ===Welcome to comp.lang.c++! Read this first.
  129. const member fn changes static data
  130. when to use "new"
  131. Method inlined in source1.cpp and called in source2.cpp
  132. std::complex
  133. Why I can't have a reference to an unsized array ?
  134. ISAPI Filter and sessions
  135. Smart pointer template question
  136. Question about definitions
  137. open-source object-oriented and agile C++ library
  138. Calling function that may throw an exception
  139. video/movie (mpeg, qt, whatever) creation info... where to find
  140. defining wide-character strings with macros
  141. Class that can log what it's doing...sometimes
  142. Function to do nothing
  143. get_item_price
  144. How to clean ostringstream?
  145. Creating pythagorean triples from input.
  146. Destruction order (e.g. singletons)
  147. Compilation problem when upgrading from g++ 3.3 to g++ 3.4
  148. floating point problems?
  149. why reference ?
  150. function templates
  151. Help with Visual Studio configuration
  152. Post Message
  153. How To Reduce Number Files by Putting file1.c and file2.C Together
  154. developing c code to access partition table
  155. programming a network adapter
  156. [ANN] STARBURN SDK VERSION 4.7.3 WITH COMPLETE MULTISESSION DVD SUPPORT RELEASED.
  157. Smart pointer implementation
  158. Visual C++ in a medical device?
  159. Where in the class definition should these be put
  160. embedding passwords/other sensitive strings into a C++ program
  161. How do I put this statement in the class definition
  162. memory management and containers
  163. What's next?
  164. Cyclic dependency
  165. 26766 Mining the Web: eigenVectors, Kriging, Inverse DistanceWeighting Searches 26766
  166. C/C++ code beautifier
  167. ECS: Elements of C++ Style Automation Testing
  168. can not reference make_pair?
  169. Copying one text file to another
  170. std::string question
  171. Catching std::strings and c-style strings at once
  172. Encryption using an offset file
  173. how to prevent the allocation of previously used memory by malloc?
  174. text fixed with graphics and eqations
  175. Any users of Logo around? - Survey
  176. How do I use two different class interfaces to the same underlying data?
  177. expression of a function object
  178. Client SOAP in C++
  179. delete by base class pointer?
  180. Trouble casting a struct with bit fields
  181. Can I tell in the destructor if an exception occured ?
  182. static class member variables
  183. Specialized templates
  184. g++ 3.3.2 unsuports defaults aragument, does it ?
  185. Question: implicit invocation of destructor?
  186. Re: Why does the copy constructor get called?
  187. KeyPressed function?
  188. create compiel time warning
  189. Memory Management
  190. Re: Visual C++ in a medical device?
  191. How to create a Directory in C++?
  192. <string>: Handling of "\0" and copy into char x[];
  193. Class constructor: no call to methods possible?
  194. HELP PLEASE - need Aloha protocol C++ simulator source code
  195. Implement a Pragma.
  196. stack vs. heap. a loaded question.
  197. A question about recursion and stacks of objects.
  198. fstream in non-current directory
  199. Web Crawler
  200. outputting debug info
  201. Why does C++ need delete[] ?
  202. explicit call to copy constructor and operator = needed
  203. Ask for book information
  204. Need some help with inheritence with STL
  205. I wrote a Pascal compiler in C++ and use it now !
  206. New in C++:Abstract Data Types(ADT) - Base Class
  207. virtual function phenomenon
  208. network monitoring
  209. code completion, STL
  210. When is a good time to explicitly call a destructor ?
  211. STL hash_set problem, SGI impl
  212. Position Available C++ USA
  213. why doesn't this compile?
  214. Error compiling template function within class template
  215. Need help - Advanced architecture
  216. Error compiling template function within class template
  217. conflicts with library
  218. ===Welcome to comp.lang.c++! Read this first.
  219. How to compile this C Code in Dev-C++??
  220. std::cout and static initialisation order
  221. Why am i getting same file pointers every time
  222. Array of structures
  223. When debug, I how to out put the name of the function.
  224. typedef'd return type for a template class member function
  225. Smart pointer dumping core and specialization question
  226. typedef'd return type of a template class member function: take 2
  227. array question
  228. Reaching into the default namespace when using another namespace.
  229. operator new & delete overriding in template
  230. How to replace: #if VAR1 == 100 ... #elif VAR2 = 1 ... #endif, With #ifdef VAR1 ... ? ... #endif
  231. What the diff between a virtual method and an inheirited method
  232. Function inheritance
  233. Plugin-able application
  234. How can I implement a plolimorfic queue in a type-safe manner ?
  235. I see no difference in an inheirited non-virtual method and an inheirited virtual method
  236. heap monitoring tool
  237. newbie needing help
  238. access control?!?
  239. include problem
  240. Benchmarking
  241. Undefined reference to vtable
  242. Linker errors with templates
  243. Newbie C++ Question
  244. template method question
  245. Linker errors with templates
  246. Random number generator and seeding
  247. Unique Integer Types -- a useful C++ trick
  248. Mars Rescue Mission Challenge
  249. Re: Pointer discussion
  250. Memory leaks from Purifier