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

  1. Problem with default parameters in templated functions
  2. getting avg of long and std::vector::size_type
  3. Reducing build-times for large projects.
  4. permutations and combinations
  5. VC6 compiling problem
  6. From char* iterators to char* strings
  7. Advantages of C++ over C - request for information
  8. Derived classes question
  9. Re: GCC 3.2.2 works on BSD/OS 4.3.1
  10. Deleting sub-list from list
  11. How to open VERY large file using std::ifstream
  12. How to set up virtual "get" methods?
  13. issue with << and >> overloading
  14. query on std::make_pair()
  15. advice on using mutable
  16. when to use uint? dis/advantages?
  17. What is wrong with this code?
  18. Strange email address
  19. Backtracking recursion problem
  20. inheritance and memory layout
  21. How to do MFC code change when a field type in the underlying data base is changed
  22. std::list member in class? - vc6 problem?
  23. Interview questions in C++ and OO
  24. newbie: error: namespace `__gnu_cxx' undeclared
  25. when can pass by value be dangerous?
  26. Semi OT: Mixing iostream and iostream.h
  27. using templates as substitutions for #ifdef
  28. Which C++ compiler do you use for windows and why ?
  29. Which is the best C++ compiler for Windows ?
  30. friends and templates
  31. Pointer List How?
  32. Thread Start Time and End time
  33. Best practices for referring to other namespaces in header files
  34. OSS 2005 Conference -- Call For Experience Report
  35. WndProc - Windows Classes Question
  36. Date conversions in C or C++
  37. Dispatch Interface question
  38. aribitrary length arithmetic
  39. Error with __extension__
  40. std::maps within std::maps -- optimisation
  41. Alias de template comme parametre de fonction template
  42. Concatenating Calls
  43. pointer arithmetic with inheritance
  44. Overflow
  45. C++ FAQ
  46. simple(?) question about template
  47. Getting AXIS C++ to Interoperate with Python
  48. free installer for win and linux
  49. Best Practices GUI Design Whitepaper
  50. Use Real 1GB and Fake 3GB Memory?
  51. Wierd Behaviour: Crash at 'delete' of memory.
  52. help a newbie with vectors
  53. A big thanks to you all
  54. Building an ATL ActiveX Sink
  55. KToon: 2D Animation Toolkit
  56. why is "delete" an expression?
  57. bind2nd question
  58. Do using declarations respect private, protected, public access levels?
  59. inaccurate floating point and DBL_MAX
  60. C++ Question
  61. Polymorphic types and a lot of confusion....
  62. Problems with reading binary data files
  63. Pretty code
  64. Question about passing by const reference
  65. Need help : -O2 flag and GDB
  66. error in mystrcat
  67. freeware Qt4Lab laboratory data plotter released
  68. Q: Map of pointers to member functions
  69. In search of a good example.
  70. Return value of std::map::erase()
  71. help with code and error msg plz
  72. illegal espace sequence question
  73. Conversion Operator question
  74. Streams and Serilzation.
  75. Simple files.
  76. Using a modifier method inside the constructor
  77. Converting String to Integer or Double
  78. Point me in the way to a timer?
  79. Can the Forward Declaration contain the infomation of inheritance ?
  80. Quick and dirty C++ managed memory
  81. Sequence in derived class construction
  82. Is it an undefined behavior in C++ Standard?
  83. wierd template
  84. Using vector units
  85. Pointer to member function
  86. What is "stdafx.h" for in VS.Net?
  87. c++ and windows api
  88. design pattern/ class relationship
  89. Wrong way to pass pointer by value in functions
  90. Inheritance query
  91. Making a global variable
  92. MCISendString() - Playing MCI files from memory
  93. Re: Getting rid of libstdc++?
  94. Re: Getting rid of libstdc++?
  95. How do I...?
  96. displaying ints in price form
  97. Private/protected inheritance problem
  98. Copy Constructor and other questions
  99. How to test string library functions ?
  100. Read a binary file
  101. nakładki
  102. std::list & sorting
  103. [BEGINNER] Some questions
  104. how to do a "REAL" string compare?
  105. Any way to get rid of the cast when calling get_value()?
  106. Digraph Class
  107. Classses of each other
  108. alloc 2d array with new
  109. Pseudocode Help
  110. New POTM Contest: Deadline May 31, 2005
  111. enum { A,B, }
  112. Suggestions on casting needed
  113. how to include a templatized variable in another class
  114. looking for version of portfwd ported to HPUX
  115. Please help me write a functor template
  116. C++ theory
  117. Design pattern for file cache
  118. problem about array of object
  119. File Deletion Problems
  120. can a class definition inside another class's definition
  121. Compile time constants - few questions...
  122. Ksiazki dla poczatkujacych
  123. how to cast stack-based class?
  124. how to make object sortable for use in STL containers
  125. pass pointer to a thread function ?
  126. threads question
  127. # character
  128. C++ SDL Makefile for MPW on Mac OS 9
  129. Why Am I Getting an Inverted Question Mark?
  130. How to use running ActiveX exe in another program instance ?
  131. RTTI
  132. the different between aaa m1[100] and aaa *p = new [100]
  133. Deleteing Objects from std::vector
  134. How can i find when a variable is out of scope?
  135. std::map<int,std::set<std::string> > Wrong? (Segmentation fault.)
  136. Very simple screensaver in VC++
  137. WAN IP adress
  138. Invalid suffix to floating constant
  139. "extern" for the same file leads to wrong result. bug or feature?
  140. Is returning a reference to a constant undefined?
  141. Problem with unary function for_each
  142. Structures
  143. Using for_each() to deallocate memory
  144. STL newie
  145. Compiler error occurred when try to use a flexible template expression in preprocessor definesCompiler error occurred when try to use a flexible template expression in preprocessor defines
  146. Random numbers something insatiable ?
  147. help
  148. Adress of a struct vs address of its first field
  149. Does filename has to be the same as funtion name??
  150. g++ problem!!!
  151. Getting class type
  152. I don't understand this code.
  153. debug gives different result than run
  154. Looking for C++ implementations of a particular pattern
  155. Matrix chain order problem with the code
  156. static_cast etc
  157. string literal does not match array template parameter
  158. strange link error when STL is used
  159. gcc 2.95 and gcc 3.2
  160. Using a fstream reference with getline
  161. std::bitset, standard and endianess
  162. problem with function pointers
  163. delete object array question
  164. getting a type ID during new operator overloading
  165. cin after reditected file?
  166. CFP: International Conference on Intelligent Agents, Web Technologies and Internet Commerce
  167. Template name lookup
  168. delete problem
  169. object destruction
  170. Templated copy constructor
  171. Sinewave Generator
  172. optimizing code
  173. polymorphism, overloading...
  174. Correct C++ tutorial chapter 2.1 "Classes" available (Windows, mingw/msvc/std)
  175. Declaring constants within the scope of a class
  176. Wildcard handling with STL
  177. Newbie question
  178. What's difference between f(const MyClass & in) and f(MyClass in)
  179. allocating array in function
  180. Question about pointers
  181. equivalent of getch() with <iostream>
  182. how implement getline ?
  183. [RW] Rogue Wave standard library -- unbelievable bug
  184. Problem with basic templates on GCC
  185. object file
  186. Reference parameters and anonymous objects
  187. Is a const parameter generally optimized to a reference?
  188. C++ program to perform extensive data IO task, 160MB/s.
  189. Input output
  190. std::search question...
  191. Catching FP division by 0?
  192. Enumerations as case labels
  193. weird error
  194. Difference between variable declarations...
  195. Miscrosoft speech SDK 5.1 for C++ .net
  196. Functions returning pointers
  197. GDB .... no debugging symbols found
  198. GCC Cygwin C++ DLL linking problem
  199. Initialising stl containers
  200. why static_cast needed here to produce proper output
  201. WSAEventSelect Help
  202. mobile phone keyboard
  203. Using a macro, can I change what type an object is being cast to?
  204. Windows Compiler with format-string warning option ?
  205. c++ help (new to programming)
  206. multiple projects in Dev-C++?
  207. basic stack functions
  208. NDK Network Development Kit - doubt
  209. Object member functions and runtime memory consumption
  210. function adaptors for member functions
  211. How come this C++ segment doesn't work?
  212. c++ annotation wanted(sorry OT)
  213. CListCtrl
  214. \b ?
  215. Something like bigint / GMP?
  216. borland c++ event handler crash
  217. File Handling
  218. common baseclass for stl classes?
  219. C++ .net, reading an opened file.
  220. mem_fun vs mem_fun_ref
  221. std::string - case insensitive?
  222. Announce: C++ Connections Call For Papers
  223. from std::string to std::istream?
  224. Efficiency Issue - true or false?
  225. Private container, public iterator
  226. How should I set the values of these static data members?
  227. What the fastest way to copy strings from file to a vector?
  228. C++ cross platform development
  229. How to convert to WAV file with a specific requirement....
  230. Visual C++ .Net Problem
  231. using default values on <Enter> with no input
  232. How can I output html file to another directory!
  233. How can I output html file to another directory!
  234. Why is the constructor never called ?
  235. Separating a class definition into header and source files
  236. calculator prototype
  237. How to use this member template
  238. why we need a function to be static
  239. "Principles Of Compiler Design" answers to questions
  240. Good code-generating visual designers for Windows C++ compilers?
  241. Indestructible pointer: Sample code for feedback
  242. How to Replace CR\LF
  243. SQLite Database & Borland C++ Compiler
  244. Overloading << generates problems
  245. Who can see posters's ip addresses
  246. Loading BMP problem.
  247. Header File Issue
  248. static consts Class Vars - Compile Problem in VC6
  249. How Can I output the .html building log file to another directory?
  250. reading parameter file and parsing the contents