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