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

  1. Preventing multiple instantiations of a templated function
  2. "error C2057: expected constant expression", "error C2466: cannot allocate an array of constant size 0". Why doesn't my simple program work???
  3. Programming resources
  4. is &(vector[0]) always valid?
  5. this pointer
  6. how to initialize std::vector?
  7. Choose template return type?
  8. Exceptions
  9. Take a break!!
  10. copy constructor: initialize the base
  11. Learn the C++
  12. Why C++ is the best language for game development!!!
  13. casting from a string object (doing like Class.forName in java)
  14. What's the Cost of a Try Block
  15. ringtones for free
  16. Value output by a map
  17. Implementing template
  18. What does this line of code mean?
  19. initialization on a struct member fails
  20. Are c++ features a subset of java features?
  21. iterator
  22. A program to test efficiency of emulated FPU
  23. lang c++
  24. About virtual destructor
  25. C++ syntax, "MyClass m;" versus "MyClass m();"
  26. A problem with polymorphism
  27. std:map insert question
  28. Navigating Classes in a Tree Structure?
  29. Division by 7 without using the divide operator
  30. How to prevent circular #include
  31. Final call for papers
  32. Retaining *this in method chaining
  33. solution for keyword "uuidof" of g++ ?
  34. How to disable some base class method?
  35. User defined data type.
  36. STL: Scalar increment inside insert() - bad?
  37. a bug in g++ std::map implementation?
  38. copy constructor
  39. beautiful
  40. Lastic local variable
  41. including c headers in c++ (NOT the one in FAQ)
  42. Where to find a C++ hash code function for text files ?
  43. DLL Returning char *
  44. remotely legal?
  45. logarithmic interpolation
  46. ostream_iterator
  47. does `C o1(C());' declare a function
  48. Casts that look like function calls?
  49. comma before ?:
  50. baseclass enforcing one of two methods
  51. Fuzzy Union in C++
  52. implement an xml parser using state pattern
  53. implement an xml parser using state pattern
  54. statically compiling
  55. how to 'group' an array by STL ?
  56. a question about using magick share lib
  57. a question about using magick share lib
  58. splitting a vector into two parts
  59. How Can I init array m_obj in class MyContainer?
  60. 1, 2, 3, 5, 7... PRIME Numbers
  61. Vector element erase cause SIGSEGV
  62. a vector to a class
  63. questions about link
  64. C++ application which crashes in dynamic_cast
  65. Why are there no static virtual functions?
  66. Connecting File Streams
  67. ===Welcome to comp.lang.c++! Read this first.
  68. How to control a process execution?
  69. Hi! A petty doubt before geeks!!
  70. Abstract base class with pure virtual functions
  71. C++ ics calendar file parser
  72. SOAP web server
  73. Hooking up a GUI to a console application
  74. Segmentation faults on "new"
  75. std::reverse_copy() woes
  76. std null stream ?
  77. does rtti of gcc support "get object by name at runtime" ?
  78. Very beautiful
  79. Not C++
  80. What is the relationship, if any, between iostream and the STL
  81. Simple C++ that just fails to do what it is supposed to
  82. Strings inside arrays
  83. Info on C++ courses
  84. C++ courses
  85. Read in enum types
  86. difference between int and long
  87. fantastic
  88. new
  89. Is it better idea to do resize of vector before calling push_back?
  90. Validity of several ++operators on the same line
  91. context in template point of instantiation (g++)
  92. create a COM object which supports threading
  93. #define increases compile time significantly
  94. A command line C++ code generator, which makes Unix/Linux C++ development faster.
  95. HEEELLLPPP socket programing instant messaging
  96. how to use string.h to check for vowels and consonants
  97. Beyond LOC
  98. Moving class declaration from .cpp file to .h file
  99. Possible to use Codewarrior 7 to program under WinXT?
  100. Reusing tests in cppUnit
  101. Learning about wrappers, DLL etc.
  102. Is this code standard ?
  103. Do any good C++ code reformatters exist?
  104. sink returning data via outgoing COM interface
  105. hex float literals in C++
  106. Question about shared libraries
  107. Help needed in transfering VC++ program to WWW
  108. Suspected Memory Leak in Multithread queue implmenetation
  109. sgi lib
  110. sgi lib
  111. fstream.getLine() does an abort at newline
  112. "++*this" crashing
  113. C++ General
  114. template<> keyword - unexpected hides base typedefs
  115. Socket programming CHAT system
  116. Reg. Doubt in C++ References
  117. how to check a double is inf or NaN?
  118. C++ Ftp Class
  119. hi
  120. sgi lib
  121. hlep please
  122. Compiler specific?: struct with wrong sizeof
  123. C++ compiling problem
  124. (Design question) Formatting objects for file output
  125. EMBEDDED SOFTWARE ENGINEERS/ EXCEPTIONAL OPPORTUNITIES/ IN
  126. I met a wierd thing when using fwrite() and fputc(), 0x0d is automatically added before 0x0a
  127. Explain internals of throw/catch implementation
  128. C++ Design question
  129. C++ Design question
  130. What is the problem with writing singleton in multithreaded enviroment
  131. how to erase a list member with just an iterator (without the list itself)?
  132. eliminate excessive brackets in C++ expression
  133. Help passing a reference to a pointer several times
  134. ===Welcome to comp.lang.c++! Read this first.
  135. OT: 64 bit file
  136. How to write data to a ostringstream?
  137. logic instead of if
  138. Multiple inheritance constructor/destructor design question
  139. nesting of member functions
  140. porting to 64 bit
  141. defaults for template'd functions
  142. linking instanciated inline functions
  143. Event Handlers
  144. Static member function
  145. CRTP
  146. << for outputting chars need not be member
  147. Urgent reks for Siebel/Actuate developer
  148. Can one constructor call another?
  149. Number of elements in an enum
  150. Using implicit function template specialization to check if an identifier is an array
  151. /usr/include/bits/waitstatus.h:78: error: declaration of `unsigned int
  152. How do you specify a reference to a pointer
  153. howto get the path of the executable?
  154. Reading data from file
  155. Good resource for learning pointers
  156. Standard C++ design tools
  157. Problem using SWIG with perl
  158. Looking for a c++ framework
  159. Library functions for handling command line arguments or options
  160. Commenting style?
  161. reply........
  162. Look at this
  163. Pulling text from a txt file to a c string.
  164. Question about constructors
  165. C++ Exceptions
  166. Necessary for copy constructor??
  167. Problems with UTF-8 on Windows
  168. calling cunstroctor from CString object
  169. Best way of implementing a multi-node tree in C++? (or C#, a close cousin)
  170. Urgent Openings with the World's Leading Software Company !!!
  171. Strange Article on C++ casts
  172. Possible causes for the 'delete ptr;' to core??
  173. KO mafia CFR ILLUMINATI ! Global Democracy TRIVOLUZIONE ARTSENU COLD FUSION W post OPEC
  174. Passing anobject of aclass an an argument to the funtion
  175. Passing forward iterator as parameter
  176. C++ memory limit ?
  177. Something Strange From the Days Way Before C++
  178. RAII and cleanup functions that can throw
  179. Conflicting class keyword
  180. Building Compatible Libraries
  181. static keyword
  182. std::list.insert usage
  183. endian conversion - composite type
  184. new and throw in c'tor
  185. base class initialization via virtual methods
  186. Member initialization list question
  187. ===Welcome to comp.lang.c++! Read this first.
  188. problem about istream_iterator
  189. Can we convert the RWCString to std::string? If yes how?
  190. Flicker detection with DFT Problem
  191. BITS pause functionality
  192. Urgent Openings with the World's Leading Software Company !!!
  193. C++ exception handling is defective
  194. issue deleting template class object
  195. Deligio.com?!?
  196. char
  197. Question about installer
  198. Re: 'no user-defined conversion exists' error
  199. which data structure to use, and when
  200. C++ development environment suggestions
  201. Making a std::string a member of a union ???
  202. Survey respondents needed for masters thesis
  203. Help me please
  204. Calling member functions of a derived class - best approach?
  205. behavior of define
  206. Use != rather than < in for loops ?
  207. bison & C++ independent of STL ?
  208. Problem with Purify
  209. float()
  210. 'no user-defined conversion exists' error
  211. Using streams for opening files in unicode.
  212. Using streams for opening files in unicode.
  213. vector assign() trouble
  214. Trying to figure out how to read a data stream
  215. Macro tricks
  216. PLZ HELP!
  217. bucket sort with values from txt file
  218. amazing screensavers and wallpapers
  219. Error trying to pass an std::vector<unsigned char>
  220. Memory Querry
  221. copy control in derived class
  222. The "<<" operator behind cout
  223. FAQ or not FAQ?
  224. "std::vector<unsigned char>" - what is it?
  225. Help on correct usage of forward declaration of templates
  226. __ The Most Funny Click Counter __
  227. vc++ 2005 unhandled exception error: settings
  228. Convert Char To TCHAR
  229. parsing an ifstream to get some specific text
  230. evaluate NULL to a pointer which a CONST pointer points to
  231. beg2 == end2 for find_first_of and find_end.
  232. Stand-alone C++ library for complex calculations, where?
  233. memory settings, Microsoft visuall studio 2005
  234. Invoking A Base class constructor
  235. realloc in C++
  236. Just getting started in C++, C+
  237. Using GLUT..........
  238. need help in hashing
  239. C++ Framework
  240. error C2665: 'delete' : none of the 2 overloads can convert parameter 1 from type 'const class xyz*'
  241. Question about how gambling software works
  242. Will frequent local definitions hurt performance.
  243. Need C++ source code for Coppersmith-Winograd algorithm
  244. polymorphism
  245. ===Welcome to comp.lang.c++! Read this first.
  246. copy ctor
  247. Design issue: pointer to member function VS switch VS other solutions
  248. delete operator on smart pointers.
  249. KDevelop, Executable Application File from a Project with embedded graphics?
  250. Trouble with find() template