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 182 183 184 185 186 187 188

  1. HPUX, shared library and static member variables
  2. Convert string to binary
  3. Array of pointers makes an error
  4. Elementary question on const
  5. Covariant return types
  6. USB initialization
  7. Catching vector index out of bounds
  8. Linux compiler
  9. C++ Programmers needed
  10. c++ parser
  11. Project: KHTML-based browser for Windows
  12. Problems initializing a dynamically allocated 2D array
  13. Effective STL Item 4 (size() vs. empty())
  14. Foo(300) = Foo(500); Why does a compiler compile that?
  15. What's the difference betwwen explicit instantiaion and explicit specialization?
  16. VC++ project crashes in Windows 9x
  17. another weird unexplained anomaly!
  18. What's the meaning of this sentence, "0;"?
  19. C++ anamaly
  20. Narrow Vs. wide streams
  21. stl c++ & map
  22. Pointer-to-member-function pointing to a member function of an inherited class
  23. Where to obtain a copy of the Standard?
  24. Exemptions?
  25. Why is my const pointer not behaving?
  26. class instances and threads
  27. Memwatch
  28. MFC question - can't bring up same dialog twice
  29. Question on delete [] vs just plain delete
  30. Mathematical Programming
  31. c++ header file
  32. Buttercup
  33. C++ property file
  34. boost::filesystem: Aborted
  35. getting an object's type
  36. Re: STL Question
  37. Inheritance Question
  38. MFC
  39. Model View Controller - please clarify
  40. Overloading operator+
  41. Reference + initialiser oddity.
  42. Dynamic memory failure reason
  43. STL Question
  44. The C++ sockets library
  45. Simpler C++ Forum for beginer
  46. Linking with Static Libraries (linux)
  47. How to make a library that comples the users to define some function
  48. Iterator problem with templates
  49. question about strings
  50. how to start with templates ??
  51. why char * gets overwritten after some time in execution...
  52. Urgent !!!!! please help me to uderstand this code if possible today.
  53. structural inheritance bad?
  54. matrix copy problem
  55. overriding global new
  56. Should resource wrappers auto cleanup on destruct?
  57. Template Type Functions
  58. overriding global new and delete + STL
  59. stl wstring and string.
  60. string::compare
  61. How do I know if a file is using by an application?
  62. Catching class exception
  63. Helper functions
  64. What is an implicit extern "C" declaration?
  65. Array object operator overloading
  66. Method PrintLn (two classes)// need help
  67. Local class instances invalid template argument
  68. Is this (tiny) function portable?
  69. Are Anonymous arrays possible
  70. Is it legal to call functions in the initializer list?
  71. extern functions
  72. How to terminate a telnet session from within your C/C++ program
  73. Declare an array parameter to be const?
  74. class definition forgets values
  75. "typedef" and "enum" problem
  76. C++ won't survive the next 10 years
  77. referencing "this" in a static method
  78. Compiler advice?
  79. Pointer-to-member as template argument
  80. Pointer problem?
  81. reference to pointer of derived class
  82. C++ generic programming question - looking for suggestions (long)
  83. extern functions
  84. Class Pointer Problem
  85. Visual C++.NET Timer problem
  86. Variable declaration: Global vs. Function
  87. Mixing STLPort and STL from Microsoft
  88. Does using 'new' and 'delete' increase executable size?
  89. how to remove 1?
  90. question about pointers.
  91. Warning about defined but not used for global variable
  92. NEWBIE Help needed with define MACRO
  93. help please / object programming
  94. CC Compiler Error Message
  95. STL algorithm for implementing operator+=
  96. ANN: BDB++ 1.0 release
  97. Context Free Grammar in BNF?
  98. Visual Studio Solution to GCC makefile converter
  99. Idea for a better IDE
  100. Anyone see good API tutorials on the web?
  101. Dating
  102. Checking for multiple processors
  103. virtual copy constructor
  104. virtual copy constructor
  105. defult constructor hiding
  106. C function in a C++ code
  107. spirit 1.6.0 stlport 4.6.2 msvc6
  108. Temporary King
  109. How to specialize member template function?
  110. C++2Java
  111. "Default constructor" for built-in types
  112. Weird numerical behavior regarding zero
  113. ostream overloading
  114. determining failure cause of an fstream call
  115. strlen deprecated ?!?
  116. Text Display in MDI
  117. inheritence vs composition
  118. [ann] WIN32GUI v1.6.3 released
  119. Using namespace std and Error 19:
  120. write a function such that when ever i call this function in some other function .it should give me tha data type and value of calling function parameter
  121. How to add "/*" in C++ comments?
  122. confusion about friend declarator
  123. gcc 3.4 template compilation problem
  124. copy constructor
  125. fruit objects
  126. Good use for Unions
  127. syntactic sugar for initializaing multidimentional arrays?
  128. linux c++ equivalent
  129. g++ 3.4 question
  130. Illegal code?
  131. finding "\n" in files
  132. mod - rest of a division
  133. Using memset instead of a proper ctor
  134. Is this valid code?
  135. Re: where can download ebooks of c++??
  136. robust iterator implementation
  137. efficency for not instanciating variables?
  138. Newbie help using static variables
  139. Starting NT Service on LocalSystem by ordinary user.
  140. Problem with fast lines in TeeChart v4.04 (Borland c++ builder 6)
  141. Order of cpp files matters?
  142. Superbasic efficiency question
  143. Double to Currency Output
  144. Need help with a Linker problem with class template.
  145. What makes a good C/C++ programmer?
  146. EOF
  147. Overloading funtions with const qualifier
  148. Referenece binding to const temporaries
  149. Can read all data off file accurately with fstream
  150. Re: Self-studying C++
  151. Alternatives for redefining a typedef?
  152. allocating memory for multi dimensional arrays
  153. portable imaging/twain library in C++?
  154. sorting std::list with function predicate
  155. Correct C++ tutorial part 4 "Decisions & conditions" available (Windows, mingw/msvc/std)
  156. Returning const references to class data
  157. template specialization in friend function
  158. template specialization in member function
  159. new to Numerical Recipies
  160. Why C++ has ambiguity between expresion statments and declaration statments?
  161. Object creation
  162. Looking 4 Flash-to-ActionScript-to-JavaScript-to-C++ examples & guidance
  163. User-defined manipulators that accept arguments
  164. Help with header files
  165. Turning off scientific / fixed output
  166. [Q] Extracting the key members of an XmlRpcValue object
  167. To manipulate or not to manipulate
  168. Overloading class new and delete operators with parameters
  169. Avoiding templates, alternative design?
  170. USB help
  171. compile time vs. run time?
  172. [ot] free memory
  173. myOpenFile function
  174. i have some problem about c++
  175. what dose it mean?
  176. Will there be memory leak ?????
  177. Preprocessor trick?
  178. OOP in C++: Objects failing
  179. virtual templates
  180. Please help with an interview question
  181. operator= for derived class
  182. C++ Reference
  183. Integer div and mod together?
  184. allocating dynamic memory
  185. [ot] [gcc] __finally
  186. lifetime of local variables
  187. why doesn't this work?
  188. running time
  189. &X == &X.member ?
  190. C/C++ Users Journal on Fleabay
  191. byte alignment
  192. C programmer, what does this syntax mean?
  193. CRC16 not the same
  194. Iterating over elements in a deque results in garbage.
  195. How to organize the data structure in a parser?
  196. about "friend name injection"
  197. question about objects by reference and threadsafety
  198. unsigned char [6] numerical representation
  199. need help with large int multiplication and division
  200. Professional C++
  201. Object factories
  202. Why isn't multiple inheritance very useful?
  203. Createprocess
  204. CString to char array convertion (vice versa)
  205. time
  206. copy content of vector<BYTE> to BYTE*
  207. implement atoi
  208. stringstream
  209. [Newbie] Need help
  210. Programming Contest: Create a Crossword
  211. sth wrong?
  212. Unexpected termination
  213. Re: Coding standards
  214. Sorting the file Name
  215. Bit Field Question
  216. Shifting to KDevelop
  217. global/static/namespace trouble
  218. how to check that my programe respects the iso c++
  219. A Free Charting Library in C++
  220. stable software, How to ?
  221. [Allen R. Cha] I'm developing FTP Client. but i have a problem. plsease help me.
  222. How to build Linux apps w/ Borland C++ Builder X??
  223. enterprise application versus enterprise system
  224. Re: Riddle
  225. number of decimal places
  226. array Puzzle
  227. Simplify this ?
  228. Calling C++ from C
  229. [ANN] Ultimate++ 0.98.3 released
  230. Interesting article about concurrent programming, any thoughts?
  231. Pointers?
  232. LL TO BST
  233. C++ .NET
  234. string combination algorithm for a "word descrambler"
  235. Shrink vector capacity?
  236. Recruitment Agencies for the London area.
  237. Execution of a function on startup
  238. Inheritance of conversion operator
  239. Non-const static members in templates?
  240. inheritance of conversion operator
  241. random error
  242. ALIGNMENT REVISITED 2
  243. convert java to c++
  244. Can't make a COM Object external
  245. Mixing new/delete and operator new/delete?
  246. Connect to SQLServer
  247. Double comparison problem
  248. Can overriding be controlled ?
  249. Design of image & view classes?
  250. Problem z fokusem.