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. Use cases for C++
  2. How can I better manage strings and memory
  3. ISO deprecation [was "sprintf equivalent in c++"]
  4. question about function pointer and template
  5. generater big rand number
  6. please help me correct the errors in this program.have to submit theproject tomorrow!!
  7. ===Welcome to comp.lang.c++! Read this first.
  8. Query with constructor calls
  9. Poker Algorithm.
  10. Interfaces, restricting access
  11. private virtual functions - accessibility legality
  12. Poker Issue.
  13. Error compiling with g++ 3.4.4
  14. packaging template classses into libraries (static, dynamic)
  15. Surf the internet anonymously
  16. exceptions in constructor
  17. This is a wrong code.I just want to know how it affect the compiler,becausethe error message is quite strange.
  18. How to return a pointer to an array?
  19. CPU time Vs WALL time, Sometimes Walltime lesser than Cputime ?
  20. Using 'this' in constructor
  21. Character encoding conversion programs
  22. Re: Ranking algorithm
  23. int& foo() {} works well?
  24. require advice in this design issue specific to c++
  25. any idear?
  26. Surf the internet anonymously
  27. Question of ofstream / fstream methods to modify a specific line in atext file.
  28. Re: file.open( )
  29. Finding bytes in a block...
  30. Re: Ranking algorithm
  31. Enjoy total privacy on the internet
  32. Range syntax
  33. Templates and inheritance
  34. Instantiating an abstract class
  35. Remote debugger?
  36. Which IDE?
  37. Convert template argument to string
  38. WinSxS: dlls in applicationpath and not in WinSxS folder
  39. Overhead of subscript operator for STL maps
  40. how to do this?
  41. The dreaded segfault
  42. Re: integer overflow detection would be a nice addition.
  43. 10 Wellknown C Ebooks to download
  44. strings to construct a system call.
  45. NEWBIE: how to construct a system call from strings
  46. complete internet privacy
  47. NEWBIE: how to paste strings to make a command for system()
  48. Contract Opening
  49. Surf the net without your ip being monitored
  50. ===Welcome to comp.lang.c++! Read this first.
  51. Resizing Vector of shared pointers
  52. Re: integer overflow detection would be a nice addition.
  53. Re: integer overflow detection would be a nice addition.
  54. Re: integer overflow detection would be a nice addition.
  55. Re: integer overflow detection would be a nice addition.
  56. C++ project for practicing.
  57. Request for comments about synchronized queue using boost
  58. strange crash - cast short* to int*
  59. list container
  60. tell me
  61. Deleting char arrays
  62. destructors
  63. [system]
  64. Available C++ Libraries FAQ
  65. Leaving namespace for template specializations
  66. Hiding const references bound to temporary
  67. question on c++ constants?
  68. Comparing two lists from "find" and excluding matches
  69. ANN: Product Scope 7 and Profile Exchanges enhanced with SetupCast publishing methods
  70. Problem of using lint to check C++ code
  71. out of class declaration virtual function disambiguation
  72. template metaprogramming syntax
  73. reserve of vector
  74. free memory?
  75. C++ - collect2: ld returned 1 exit status (new thread)
  76. Please help
  77. 14 Wellknown C++ Ebooks to download
  78. visualisation with freeglut, opengl
  79. A Sample auto_ptr implementation
  80. Operator...
  81. Binary Search Tree Verification Help
  82. Nested class and architecture of C++ class
  83. Positioning of catch(...)
  84. Template technicality - What does the standard say?
  85. HELP!
  86. priority_queue help
  87. C2784 triggered by STL::Set insert() and find()
  88. changing a string
  89. Getting info about an unknown exception
  90. Pool question
  91. Which is the current C++ standrd??
  92. simple question about NR
  93. Casting from const pair<const unsigned char*, size_t>* to constpair<unsigned char*, size_t>*
  94. Overloaded operator with templated classes
  95. ===Welcome to comp.lang.c++! Read this first.
  96. template metaprogramming question
  97. Buttons
  98. design problem - message translator
  99. what is the difference between partial_sort and n_th_element?
  100. size vs. capacity in a container, such as vector
  101. Templated array of templates specialized by array index
  102. Design question - static list in class
  103. R-value references and performance
  104. "ISO C++ forbids declaration of 'operator()' with no type"
  105. Why it call Derived ..,
  106. Is there any library supporting set operation.
  107. How to now the type of a boost::list_of object??
  108. Console Number Exception Handling.
  109. Problem with template
  110. Simple stringstream question
  111. random milliseconds between 0 and 4 seconds.
  112. Virtual destructors and vtable layout
  113. Issue in casting
  114. Re: get the allocated size of a vector
  115. template related query
  116. Re: get the allocated size of a vector
  117. Re: sprintf equivalent in c++
  118. 2008 Post San Francisco mailing is now available
  119. Question on converting unsigned long to std::string
  120. dynamcially created data structure
  121. Deleting from destructor
  122. How to get rid of the annoying compiling warning on virtual function
  123. How is unit testing performed at your location?
  124. sprintf equivalent in c++
  125. CPP Output Question - related to copy-constructor and return by value
  126. if statements with integers
  127. What's your maximum line size preference?
  128. Re: Template and default values of non-template pointers arguments
  129. Understanding virtual functions
  130. Cannot compile with templated classes
  131. Re: Construction of classes at runtime
  132. using declaration to introduce a name
  133. mem_fun_ref stl question
  134. ===Welcome to comp.lang.c++! Read this first.
  135. sizeof with function type
  136. conversion syntax
  137. Re: Constructors, Destructors and Resource Management
  138. Strange bug: struct is not a type in C++?
  139. Invoking a member function over the elements in a map
  140. cast
  141. map and set classes implemented with a tree having dynamic orderstatistics
  142. How to define inserter or extractor for a class template
  143. Array Value
  144. Noob: What is the error in this code?
  145. Noob: What is the error in this code?
  146. WMI Programming !!
  147. Why do I need to overload =
  148. std::ostringstream & LC_NUMERIC
  149. Lifetime of created objectafter assigning dereferenced new to reference
  150. c++ class vecotr to Fortran Subroutine
  151. Re: strange functionpointer / method confusion
  152. template function in inner class
  153. functionpointers to another class
  154. To get started with C++
  155. Saturation semantics
  156. strcmp
  157. Re: strange functionpointer / method confusion
  158. Unicode to characters
  159. size of dynamic array?
  160. Problem with pointers and iterators
  161. Re: Interfaces in C++
  162. restrict_to, enable_if, etc
  163. c++ web programming
  164. Re: Question on auto_ptr, Which function will call first?
  165. Help! what's wrong with this program
  166. Performance of Map
  167. lambda function in c++
  168. Sparse Binary Vector Library
  169. Different ways of declaring strings
  170. Standard C++ file size???
  171. why my message didn't appear ?
  172. IT IS A TEST!
  173. TEST
  174. It is only a test.
  175. downcasting in c++ I couldnt success
  176. ===Welcome to comp.lang.c++! Read this first.
  177. Re: This HAS to be UB...
  178. Re: This HAS to be UB...
  179. Problem about overload operator ++
  180. converting floating point types round off error ....
  181. dynamic binding issue
  182. Looking for container like std::map but for ranges
  183. TCPL
  184. Hello, yomayo
  185. cin.ignore question
  186. Linkage Problem Question
  187. Re: Copy Clipboard in file
  188. template-based test function for unary operators?
  189. priority_queue predicate
  190. Question on auto_ptr, Which function will call first?
  191. Dealing with struct padding using a dynamic element
  192. Overload resolution of function templates
  193. The deprecated conversion from string constant to 'char*'
  194. using a union in an initialization list
  195. Re: Segmentation fault
  196. istream of a dirty file
  197. Re: extern const variable in case label
  198. winternl.h compile error
  199. This HAS to be UB...
  200. Strange behaviour (corrected)
  201. Strange behaviour
  202. Strange behaviour
  203. unsupported function problem - WinCE
  204. Re: extern const variable in case label
  205. Re: extern const variable in case label
  206. Re: extern const variable in case label
  207. throwing dtors...
  208. Map losing elements!?
  209. Searching for Happiness
  210. likely a supid problem
  211. constant variable, local and passing to methods
  212. ===Welcome to comp.lang.c++! Read this first.
  213. CppDoc, please help
  214. STL container question
  215. Anonymous namespace vs static
  216. The need of Unicode types in C++0x
  217. Is comp.std.c++ inactive?
  218. New IT E-Learning Site is going to release soon in India!
  219. initialization failure
  220. Re: ODR: A simple question
  221. win - linux
  222. Compiler warning on ostream operator,
  223. template metaprogramming syntax
  224. Re: Segfault on new?
  225. templates
  226. Segfault on new?
  227. wifstream/wofstream names
  228. a debugging question
  229. File Processing
  230. (&vec)== &vec[0]?
  231. passing object reference to the method
  232. What's the standard say about this code?
  233. wrapping std::vector<> to track memory usage?
  234. Linking shared lib with GCC - undefined symbol
  235. How can I use the newest MSDN in VS2003's IDE?
  236. Global object initialization
  237. unscrambling typeid().name
  238. debug message in a template class
  239. invalidation of iterators on deque<T>:insert()
  240. how to use libstdc++.so.5 instead of libstdc++.so.6
  241. Re: Visual C++ / Vista
  242. C++ window
  243. C++ Message Box>.
  244. Overloading mess: No matching function for call
  245. Call Constructor for object in struct
  246. dynamic_cast
  247. cast to void pointer
  248. Re: cout vs std::cout
  249. Trying to apply SFINAE
  250. CopyConstructible requirement for standard library containers