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

  1. ADO Connection Pooling Using CPP.
  2. delete [] var_name; //sometimes does not work
  3. std::vector<bool> specialisation performance issue
  4. Returning a template argument
  5. Comment please: begin() method in container class
  6. Dev cpp
  7. negation operator !
  8. ask a small question!!
  9. template instantiation and typedefs.
  10. Two questions about const modifier
  11. reading binary file
  12. How to get the data type from the template argument?
  13. STL design "good" wrt producing code bloat?
  14. Multiple Inheritance
  15. Should running a program at the smallest call stack depth be pursued?
  16. Is this construction validate in C++?
  17. These template things are good...right?
  18. Installing boost
  19. const vs. static const inside class
  20. will std::deque not reallocate?
  21. JNI (C++ calls from Java)
  22. Deleting records
  23. Does C++ supports variable template parameters ?
  24. overloading
  25. MySql an C++
  26. returning strings
  27. Jak wykryc blad w makefile ?
  28. non-virtual overloading and performance issue
  29. Is this expression illegal?
  30. Whether the following program implement the factory Design
  31. Whether the following program implement the factory Design
  32. Incrementing the filename of a text file
  33. What is wrong in this code ?
  34. Why malloc get stucked?
  35. copying chars in TC++
  36. de-reference a pointer to object
  37. Class design decision
  38. documents related to factory design pattern and Abstract foctory pattern.
  39. convert wconv1 to c++
  40. What happens before main()?
  41. const and folding
  42. which constructor is used in the direct-initialization?
  43. Global variables in include file
  44. 2 libraries with different versions of same object
  45. How to initialize array which is a member of a class?
  46. how to find available memory in linux box
  47. Pure Abstract Classes
  48. difference between stdio.h and cstdio
  49. Using copy for output
  50. problems with my program again!
  51. Job Opportunity for Software Engineers with Strong C++
  52. ===Welcome to comp.lang.c++! Read this first.
  53. how to determin if a date is in between two other dates?
  54. code clean up for a static instance of a class
  55. serial data decoding
  56. using default exception in catch(...)
  57. scope resolution operator
  58. Simple compilation?
  59. A sample program to implement a factory design pattern
  60. A sample program to implement a factory design pattern
  61. A sample program to implement a factory design pattern
  62. Overloading operator fails ?
  63. Parent Getting Child's Menu Instead?
  64. 3.3.6 - Class scope: reordering member declarations
  65. Need help on this error
  66. problem with char,boolean and double
  67. About error MIDL2337 : unsatisfied forward declaration
  68. Still the confusion is there ....
  69. Hooking into Windows Event Viewer
  70. C++ Thread Class
  71. constructor
  72. cygwin gdb always fails creating process (error 193)
  73. "An expression can result in a value..."
  74. compile error
  75. How to represent interger powers in C++?
  76. Use of Static Variables from Outside of Defining Class
  77. Another "is this C++" question for the language lawyers
  78. Functor Parameters: Template vs. Members
  79. Using macros to build typelists incrementally
  80. use of odeset with matlab c++
  81. Parser to list function names in C++?
  82. Wild Cards?
  83. Enums and exceptions in C++
  84. Assistance with linked lists
  85. map elements being deleted
  86. Library compatibility using C with Visual C++ Express
  87. Versant to Sybase port
  88. tamplate class error: "undefined reference"
  89. SOCI 2.2.0 - The C++ Database Access Library
  90. problem with find on stirngs
  91. Coding standards without control?
  92. Need Help!
  93. Sequence algorithm usage help
  94. How to get all of enviroment variables ?
  95. Beginer's question about string::operator==
  96. STL customer iterator
  97. Design and implementation issues (templates, inheritance)
  98. Inheritance, templates, nothing solves my problem!?
  99. This is wrong, right?
  100. Convert Unicode Codepoint(dec) value to ASCII char in C++(Linux)?
  101. Init random numbers with time?
  102. how to call default ctor
  103. C++: IFSTREAM causes problem
  104. Problem with Global Variable Declarations (QT)
  105. Inline class members used in vc 2005
  106. Grammatical constituents of object type.
  107. Overloading preincrement causing abnormal exit.
  108. Coverage tool
  109. What happens when you perform arithmetic on an Array Variable?
  110. Static variable initalization
  111. Assigment operator and container of base type
  112. ways to return multiple vlaues?
  113. Cloning C++ objects
  114. MFC and JNI
  115. NULL pointer returned in calloc
  116. help in interpolation search
  117. interpolation search
  118. Explicit instantiation of templates: any experience?
  119. confusing errors
  120. Need to add a class
  121. My overlaoded assignment operator doesn't work
  122. How to use sys/socket.h functions in windows OS.
  123. What could normally causes the string to have no null terminated
  124. About cout
  125. private virtual functions and pure virtual functions with bodies
  126. -std::map.size() reported wrong?
  127. confused by virtual destructor example in "effective c++"
  128. set focus to the desktop window ??
  129. For inheriting, do the symbols automatically comes at scope?
  130. STL hash_map
  131. function ::f()
  132. where's the failure?
  133. Program.
  134. Memory protection
  135. how to change the value of an object ?
  136. partially initialized constructor
  137. need code for finding avenues
  138. boost::enable_if and constructors
  139. Programming Interview Books Store
  140. export: should I want it?
  141. ===Welcome to comp.lang.c++! Read this first.
  142. How can I fix this TEMPLATE class?
  143. strange errors in my coding
  144. Calculation of increment operator
  145. strange errors in my coding
  146. Interfaces and ABCs
  147. Design problem related to A-Bag-Of-Fruit is not the same as A-Bag-Of-Apple
  148. changing individual elements of a char variable
  149. operator<< polymorphism and internationalisation
  150. level order traversal and a que issues
  151. Is it safe to assume default value from dynamic memory allocation?
  152. graphics in c
  153. How complex the conditional clause is allowed
  154. Computer Programming tutorials !
  155. Local classes in C++?
  156. The ODR thing again
  157. how can i wrap static variables?
  158. list erase without invalidating iterator
  159. Molten Metal Pools in WTC after weeks, only micronuke could have produced so much heat
  160. alarm against infinit loop
  161. default context menu for selected text
  162. g++ throws: error: no matching function for call to `block::block()'
  163. Setting up two dimensional array valuea
  164. Does c++ have an uniform class library?
  165. memory pooling
  166. Type 'foo' is not derived from type 'bar<class C>'
  167. Default Constructor compiler error.
  168. The best way to create a plugin based application in C++?
  169. Sort a Vector of Pointers to an object, based on objects properties
  170. Tokenize strings
  171. A question on COM object use
  172. Non-const "member functor" problem
  173. Adding Prolog/Epilog
  174. Adding Prolog to Epilog
  175. Loading listbox from a recordset
  176. syntax error
  177. works in shell but invokes memory error in browser
  178. problem with my code
  179. c++ or C on unix
  180. Buffer overflow cause by no null terminator
  181. Looking for C++ Program Analyzers (eg, "lint for C++")
  182. New to CString. Why won't this compile?
  183. Graphics query
  184. pass by reference
  185. Deleting the Array.
  186. Returning a pointer to a struct
  187. pointer to type all over the place
  188. Failing to install Turbo C++
  189. corrupted virtual function table?
  190. Seeding Random Numbers in Multiple Threads?
  191. boost with cygwin
  192. false memory leak?
  193. C++ style casting
  194. How to judge if two objects have the same type?
  195. user arrays and VARIANT *
  196. Question about dev c++
  197. How do I run this project(SPD)
  198. Can't figure out specialziation syntax for g++.
  199. unicode characters in c++
  200. Destructor thru parent class
  201. Tell me again what's wrong with intrusive pointers?
  202. any other idea of validating user input except regular expressions
  203. what is better?
  204. diff / merge c++ library?
  205. are there "perllike" regular expressions in c++?
  206. hi
  207. hi
  208. i get information about c++
  209. i get information about c++
  210. A problem of T * const &
  211. clearly identifying instance+method - key problem
  212. singleton class problem
  213. ABC interfaces, smart pointers and factory functions
  214. Old template class works in VC++ Not in C++ Builder 5
  215. Interesting question about Templates & RTTI
  216. Re: Using #line directive
  217. data members
  218. Using #line directive
  219. some basic questions about class
  220. Template Inheritance Problem
  221. Destroying an array of arrays
  222. Does std::distance interate over its range?
  223. Reading a file.. trying to exclude some character
  224. Debugging a C++ program that uses C code.
  225. unicode
  226. lambda
  227. stream pointer in a class
  228. Compiling c++ programs with Boost-library on Ubuntu
  229. [Linker error] undefined reference to `CGI::query'
  230. Client socket program in c
  231. Electron Arts Interview C++ Questions
  232. question about syntax
  233. ===Welcome to comp.lang.c++! Read this first.
  234. char int string ,the different? and string 2 double convent problem.
  235. double -> text -> double
  236. Problem with inner class
  237. Is this strange behavior?
  238. Help to explain this error?
  239. Errors in program
  240. Errors in program
  241. How to return by reference?
  242. aufnahme von wavdateien mit callback function
  243. Optimize this please?
  244. The case insensitive #include statement horror...
  245. Accessing private methods of nested classes
  246. Physical Addresses VS. Logical Addresses
  247. managing local groups
  248. How to hide helper classes in *.h files?
  249. Visaul Studio 2005 - c++ - Multilanguage Application
  250. tr1::reference_wrapper, sfinae and result_type definition