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. Compile C++
  2. template recursion
  3. fstream with switch case
  4. Inheriting friends
  5. Threading singleton class?
  6. A question about pointer
  7. Very big arrays
  8. regarding templates
  9. regarding recursive function declared as inline
  10. surprising template size and speed
  11. inline functions
  12. can I safely ignore inline ?
  13. Expression evaluation: object read rules confusion
  14. C++
  15. Custom DataGrid Filters and Sorting
  16. how to declare structure pointer in within a class
  17. some functions
  18. database in C++
  19. Poker hand evaluation
  20. query regarding namespaces
  21. "expected constructor, destructor, or type conversion before '->' token" using a Singleton
  22. Issue with setting a protected member
  23. project1
  24. why static variables used in EXE and DLL are different?
  25. singleton problem
  26. singleton problem
  27. deducing function from template parameters
  28. int versus unsigned int - optimizing for speed
  29. typename D<T>::E e; // this->E would not be valid syntax
  30. Nondependent Base Classes
  31. Any better code for the following simple case?
  32. compilers
  33. bit-shift doesn't produce expected 0!
  34. ANN: v2007 Altova XML software is available
  35. Source Code for toUpper Function
  36. Porting Borland project to VS
  37. Operator overloading for a hierarchy
  38. Hi, how can I optimize the following code?
  39. colored buttons - Win32 API
  40. confused with the char*
  41. project in C++
  42. Excel Sheet
  43. moving from c++ to visual studio c++ (winpcap)
  44. memeory related
  45. Whats the difference between while loop in Windows message loop and while(1)
  46. Query regd. "Modern C++ Design" program.
  47. Sorting
  48. a question about memory error..
  49. how get instanace-class-name of a variable
  50. C++ and "flush" -- So very confused
  51. Question about the this pointer
  52. need of the following E-Book
  53. Help on reading the standard!
  54. sorted vector instead of set
  55. sleep(int) for c++
  56. Help wanted on operator overloading
  57. weird output for equations...
  58. for whom the header files are important?
  59. begging for a big help
  60. Saving data from a Vector Collection
  61. code completion
  62. negative integer literals
  63. using printf to redirect to web page
  64. ===Welcome to comp.lang.c++! Read this first.
  65. Help with map iterator
  66. Program for School
  67. Something about bits
  68. Traversing members of a class with a pointer
  69. ORM and c++
  70. Welcome to Atlantic City
  71. Function return string
  72. Binary constants
  73. The worst things about C++
  74. Help with C++
  75. Validating input
  76. HELP!! (kind of repetitive, yes.)
  77. What a pointer really points to
  78. problem with IOT/Abort Trap
  79. C++ Primer, 3rd or 4th ?
  80. HELP!
  81. CRC-CCITT
  82. Need Help with the functions program
  83. What does it mean to pass a function name?
  84. not using the return value
  85. funny template variable declaration
  86. STLport 5.1.0 released
  87. are the boost ptr containers exception safe?
  88. c languge problem
  89. Using pointer or reference?
  90. Prime class
  91. Re: Big Bertha Thing blogs
  92. Printing Containers
  93. static array initialization and private copy ctor
  94. text editor
  95. variable size of an arrary
  96. ADO Connection Pooling Using CPP.
  97. delete [] var_name; //sometimes does not work
  98. std::vector<bool> specialisation performance issue
  99. Returning a template argument
  100. Comment please: begin() method in container class
  101. Dev cpp
  102. negation operator !
  103. ask a small question!!
  104. template instantiation and typedefs.
  105. Two questions about const modifier
  106. reading binary file
  107. How to get the data type from the template argument?
  108. STL design "good" wrt producing code bloat?
  109. Multiple Inheritance
  110. Should running a program at the smallest call stack depth be pursued?
  111. Is this construction validate in C++?
  112. These template things are good...right?
  113. Installing boost
  114. const vs. static const inside class
  115. will std::deque not reallocate?
  116. JNI (C++ calls from Java)
  117. Deleting records
  118. Does C++ supports variable template parameters ?
  119. overloading
  120. MySql an C++
  121. returning strings
  122. Jak wykryc blad w makefile ?
  123. non-virtual overloading and performance issue
  124. Is this expression illegal?
  125. Whether the following program implement the factory Design
  126. Whether the following program implement the factory Design
  127. Incrementing the filename of a text file
  128. What is wrong in this code ?
  129. Why malloc get stucked?
  130. copying chars in TC++
  131. de-reference a pointer to object
  132. Class design decision
  133. documents related to factory design pattern and Abstract foctory pattern.
  134. convert wconv1 to c++
  135. What happens before main()?
  136. const and folding
  137. which constructor is used in the direct-initialization?
  138. Global variables in include file
  139. 2 libraries with different versions of same object
  140. How to initialize array which is a member of a class?
  141. how to find available memory in linux box
  142. Pure Abstract Classes
  143. difference between stdio.h and cstdio
  144. Using copy for output
  145. problems with my program again!
  146. Job Opportunity for Software Engineers with Strong C++
  147. ===Welcome to comp.lang.c++! Read this first.
  148. how to determin if a date is in between two other dates?
  149. code clean up for a static instance of a class
  150. serial data decoding
  151. using default exception in catch(...)
  152. scope resolution operator
  153. Simple compilation?
  154. A sample program to implement a factory design pattern
  155. A sample program to implement a factory design pattern
  156. A sample program to implement a factory design pattern
  157. Overloading operator fails ?
  158. Parent Getting Child's Menu Instead?
  159. 3.3.6 - Class scope: reordering member declarations
  160. Need help on this error
  161. problem with char,boolean and double
  162. About error MIDL2337 : unsatisfied forward declaration
  163. Still the confusion is there ....
  164. Hooking into Windows Event Viewer
  165. C++ Thread Class
  166. constructor
  167. cygwin gdb always fails creating process (error 193)
  168. "An expression can result in a value..."
  169. compile error
  170. How to represent interger powers in C++?
  171. Use of Static Variables from Outside of Defining Class
  172. Another "is this C++" question for the language lawyers
  173. Functor Parameters: Template vs. Members
  174. Using macros to build typelists incrementally
  175. use of odeset with matlab c++
  176. Parser to list function names in C++?
  177. Wild Cards?
  178. Enums and exceptions in C++
  179. Assistance with linked lists
  180. map elements being deleted
  181. Library compatibility using C with Visual C++ Express
  182. Versant to Sybase port
  183. tamplate class error: "undefined reference"
  184. SOCI 2.2.0 - The C++ Database Access Library
  185. problem with find on stirngs
  186. Coding standards without control?
  187. Need Help!
  188. Sequence algorithm usage help
  189. How to get all of enviroment variables ?
  190. Beginer's question about string::operator==
  191. STL customer iterator
  192. Design and implementation issues (templates, inheritance)
  193. Inheritance, templates, nothing solves my problem!?
  194. This is wrong, right?
  195. Convert Unicode Codepoint(dec) value to ASCII char in C++(Linux)?
  196. Init random numbers with time?
  197. how to call default ctor
  198. C++: IFSTREAM causes problem
  199. Problem with Global Variable Declarations (QT)
  200. Inline class members used in vc 2005
  201. Grammatical constituents of object type.
  202. Overloading preincrement causing abnormal exit.
  203. Coverage tool
  204. What happens when you perform arithmetic on an Array Variable?
  205. Static variable initalization
  206. Assigment operator and container of base type
  207. ways to return multiple vlaues?
  208. Cloning C++ objects
  209. MFC and JNI
  210. NULL pointer returned in calloc
  211. help in interpolation search
  212. interpolation search
  213. Explicit instantiation of templates: any experience?
  214. confusing errors
  215. Need to add a class
  216. My overlaoded assignment operator doesn't work
  217. How to use sys/socket.h functions in windows OS.
  218. What could normally causes the string to have no null terminated
  219. About cout
  220. private virtual functions and pure virtual functions with bodies
  221. -std::map.size() reported wrong?
  222. confused by virtual destructor example in "effective c++"
  223. set focus to the desktop window ??
  224. For inheriting, do the symbols automatically comes at scope?
  225. STL hash_map
  226. function ::f()
  227. where's the failure?
  228. Program.
  229. Memory protection
  230. how to change the value of an object ?
  231. partially initialized constructor
  232. need code for finding avenues
  233. boost::enable_if and constructors
  234. Programming Interview Books Store
  235. export: should I want it?
  236. ===Welcome to comp.lang.c++! Read this first.
  237. How can I fix this TEMPLATE class?
  238. strange errors in my coding
  239. Calculation of increment operator
  240. strange errors in my coding
  241. Interfaces and ABCs
  242. Design problem related to A-Bag-Of-Fruit is not the same as A-Bag-Of-Apple
  243. changing individual elements of a char variable
  244. operator<< polymorphism and internationalisation
  245. level order traversal and a que issues
  246. Is it safe to assume default value from dynamic memory allocation?
  247. graphics in c
  248. How complex the conditional clause is allowed
  249. Computer Programming tutorials !
  250. Local classes in C++?