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. Your C++ Homework
  2. multiple inheritance and overloading operator new/delete
  3. how to initialise a reference in g++
  4. Reading command line parameters when main does not pass them??
  5. Linking libraries
  6. static const help
  7. A few floating point issues
  8. Vector
  9. conversion of string to all lower case
  10. Operators that cannot be Overloaded - WHY?
  11. help for function pointers
  12. istringstream "hexadecimal string" value
  13. Another help on fstream
  14. Help with compiler errors for an old code
  15. linker problem LNK4089 with WS2_32.dll
  16. n00b help
  17. Don't no whether to laugh
  18. What can cause a fopen call to lock up?
  19. Portable way of obtaining current working directory......
  20. Create a list of numbers
  21. C++ to C++ transformer
  22. multiple inheritance and overloading operator new/delete
  23. I need big integer library.
  24. Re: physical constants header file
  25. typeid operator
  26. mul. inheritance & overloading operator new/delete solved by virtual base inheritance?
  27. Is this valid?
  28. The history of throw?
  29. ifstream --- error maybe?
  30. Question: Program crashs without reaching the breakpoint set at the beginning of main()?
  31. Printing 2D Arrays with Pointers
  32. how do I overload (type) operator?
  33. use of argc and argv
  34. Disable "New Hardware found"
  35. using map item without assigning onw first?
  36. Any way to speed up "new"?
  37. Friend function of a template class
  38. objectStream in C++?
  39. Re: [OT]Re: C to Java Byte Code
  40. TCP socket program where each node initiates connection with some nodes and accepts connection with the others
  41. Is there a data type in C++ called inline?
  42. return i++
  43. Header files
  44. strange compile problem with make
  45. Passing function addresses as parameters (Calling convention problems)
  46. ===Welcome to comp.lang.c++! Read this first.
  47. how to save to a text file
  48. how to save to a text file
  49. algorithm help
  50. one question about comma
  51. new algorithm
  52. static data member lost?
  53. enums in C and C++
  54. malloc vs new for POD types
  55. [STL] hash_map problem
  56. Xerces-c Error
  57. a problem in reading 《C++ Primer》
  58. [OT] Votes for Usenet Fsckwit of the Century Award
  59. JKop bashing thread
  60. Problems with ....hmm, linker perhaps
  61. Why can't I freely use protected functions in derived classes?
  62. Explicit and partial template specialization nested in classes.
  63. ostrstream question
  64. macro substitution
  65. Destructor not called
  66. reassign keys in an STL map
  67. embedded directory paths
  68. serial keys/validation keys
  69. templated function with vector
  70. C++ compatible with C ?
  71. #define and commas
  72. Casting struct to char array (was: Linked List problem)
  73. crash when run out of memory
  74. Some of the recent developments of the ISO C++ front
  75. Re: physical constants header file
  76. don't sync() on an fstream at EOF
  77. OT: for US readers: Cast an informed vote on November 2nd
  78. why size of *this and size of basic and derived class different?
  79. placement new and exception
  80. unsigned int const does not match const unsigned int
  81. Code critique please
  82. More 2D array with pointers
  83. Are Boost.org & Doxygen "the best" for their jobs?
  84. Fox: best GUI Lib?
  85. std::find requiring operator!=
  86. KBits
  87. Best IDE platform: Eclipse?
  88. Address of temporary objects
  89. C++ Coding Standards : 101 Rules, Guidelines, and Best Practices
  90. Re: I can take it deep
  91. Re: I can take it deep
  92. [ANN] depdot 0.1.0 released
  93. MathCode C++
  94. Is f() lvalue?
  95. C++ Function Pointers
  96. Compiler warning when using vector of pointers
  97. non-delay mode read from cin
  98. Compile error: invalid type modifier within pointer declarator
  99. Using STL on SGI
  100. Circular dependeny: Forward declaration does not help!
  101. Range-Checked Vector Problem
  102. [C++] Rewinding an isteam and GNU G++
  103. problem with boolean flags
  104. ===Welcome to comp.lang.c++! Read this first.
  105. named pipe problem on linux
  106. using namespace directive in header file
  107. Design Question
  108. Does list.clear() delete the objects in the list? If not, what is the correct method?
  109. Debugging class into dll
  110. VC++ .h files (No Build Tool)
  111. Winsock try catch exceptions
  112. How to test memory allocation with new ?
  113. Web Cam, Notification of Broadcast
  114. Interfaces and functions...
  115. World's First Book on Professional Data Recovery Programming
  116. Access violation with AnsiStrings
  117. Wonder why this error...for this .h file
  118. Design pattern question
  119. Fatal Error C1083...Please Help
  120. explict keyword for constructors with no arguements ?
  121. explict keyword for constructors with no arguements ?
  122. bound template parameter as argument to friend member functiondeclaration
  123. Re: new algorithm
  124. rainflow count
  125. upper limit - no of fstreams
  126. Borland Builder C++ 6 It's tutorial on the Editor
  127. How to distribute classes in .cpp and .h files
  128. simple and basic c++ question
  129. [named pipe] i wanna know about validate of pipe handle of client
  130. namespace and #define
  131. Constructor Filter Through... ?
  132. abstract class and pure virtual
  133. prolem in calling mysql C API in C++ project
  134. Link Error 'Multiply Define Symbol'
  135. copy constructor question
  136. Re: I can take it deep
  137. address-of a template class template member function
  138. OT: Linux .so linking
  139. Simple question with array of strings
  140. reinterpret_cast and enumerations
  141. getting items from Hashtable
  142. Free C++ Compilers
  143. C++ sucks for games
  144. template specialization problem, but only with char*
  145. searching keys in std::map using map::upper_bound
  146. how to "new" a two-dimension array in C++?
  147. stack overflow just because of a double array[500][500]?
  148. Exception handler for STATUS_GUARD_PAGE exception.
  149. Date conversion algorithm - Help needed
  150. Output not right
  151. Perstistence of Class Static Data Members
  152. archive
  153. node name or ip?
  154. quicksort template
  155. Problem with Windows XP
  156. Virtual inheritance...
  157. Override/redirect a function call from a dll
  158. fstream question
  159. Obtain the hardware installed in a linux machine.
  160. new line character is considered as two characters
  161. constructor initialization list
  162. C2064: term does not evaluate to a function ( While using STL map)
  163. Template class partial specialisation problem
  164. Is this binary search correct
  165. templates and translation units
  166. Programmers Wanted - Poland, Warsaw - full time
  167. Accessing COM ports in Win32
  168. truncate end of file
  169. Seeking Borland C++ 4.5x
  170. C and Flash integration problem
  171. passing an array of LPSTR to C++ by reference
  172. Why is this expression illegal?
  173. Boost sanity check
  174. Question about dangling pointer
  175. Nice way to do help screen output?
  176. performance
  177. newbie question concerning strings
  178. silly question about inheritance
  179. double delete
  180. Is this a compiler problem ?
  181. Boost Spirit Question
  182. Why Does C++ Name-Mangle Identifiers?
  183. World's First Book on Professional Data Recovery Programming
  184. ===Welcome to comp.lang.c++! Read this first.
  185. Re: BINARY TREE - removing items
  186. std::string and \0
  187. Object Initialization Question
  188. using ofstream to alter file contents WITHOUT overwriting them
  189. Address of a reference?
  190. How to disable "using namespace"
  191. Giving the preorder & inorder lists, How can be constructed the corresponding B-TREE ?
  192. Snipe hunting in C++
  193. LLONG_MAX vs ULLONG_MAX
  194. Problems with multiple CPP files in my project
  195. Types defined inside templates
  196. Constant Variable
  197. creating and using .lib files
  198. Interface inheritance
  199. comma
  200. Is there a design pattern for this?
  201. no subject
  202. Programming Languages 4 World Programmers
  203. c++ libray for http protocol
  204. Vector and derived classes objects
  205. Variable sized type
  206. library problems
  207. Question about delete
  208. Newbie question: Array memory address
  209. System Tray
  210. C++ design question
  211. Inheriting from STL bitset
  212. Left/right side of assignment
  213. mem leak in Singleton?
  214. stl-list in 2 dimensions
  215. Dev Kit for professional Jamma gambling machine or Embedded system
  216. Dev Kit for professional Jamma gambling machine or Embedded system
  217. Dev Kit for professional Jamma gambling machine or Embedded system
  218. Dev Kit for professional Jamma gambling machine or Embedded system
  219. unsigned long long and bitset quirk
  220. STL alternatives?
  221. Templatized 'Random' member function.
  222. Re: Big Bertha Thing blogs
  223. syntax of stringizing macro
  224. Re: I can take it deep
  225. Singleton problem
  226. Loading file into an array
  227. std::streambuf::setg & std::streambuf::setp success or not?
  228. just a simple question re: ifstream
  229. install source code to a drive other than "C:\" ?
  230. map within map
  231. Storing downcast objects in a vector
  232. PDF/HTML Output Class
  233. 'class' type redefinition
  234. 'class' type redefinition
  235. initializing non-static consts
  236. hello
  237. Question about over loading
  238. ASN.1 - DER
  239. Re: Stupid Americans! -- Stupid... Stupid... STUPID!!! _____________---_ adamz
  240. Data Structure and making the size change
  241. Please help with C++ Makefile and % Operator
  242. Failure while assigning values to a variable: Aborted
  243. c++ and database
  244. Detecting binary verses text file streams
  245. Where have all the umlauts gone?
  246. Learning Borland C++ Builder uses
  247. C++ coding standarts and how to structure "bigger" projects
  248. object of a class as its member???
  249. Pattern for this? Or something?
  250. Calling a object's overloaded operator with a pointer to that object.