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. Named Constructor idiom - a question
  2. calling a function (passed as a pointer) causing segmentation fault
  3. Segmentation fault with STL list class - PLEASE HELP
  4. Dereferencing past-the-end iterators
  5. Easy to use regular expression library for speech control jukebox
  6. Pointer problems
  7. run time error
  8. Store Queue in a flat memory space ?
  9. difference in the 2 initializations
  10. GAlib, Static Lib, ...?
  11. segmentation fault when resizing a vector
  12. Stream vs Buffer
  13. How to deal with Tree with several branchs?
  14. Is 0 a decimal integer?
  15. Re: Big Bertha Thing blogs
  16. Determine pointer type
  17. Re: How to set memory properties
  18. Overriding Virtual Function clarification...
  19. What does linking library components mean in C++
  20. Constructor function
  21. inherit assigment operator
  22. overloaded friend operators in template class
  23. Class templates and friend function templates
  24. Sierpinski code problem with recursion
  25. pointer_protector template
  26. ===Welcome to comp.lang.c++! Read this first.
  27. Strange access/scope resolution errors
  28. undefined template reference again ??
  29. Convert SYSTEMTIME to BSTR
  30. difference in the following terms with examples. (regarding scope and binding)
  31. Design Question: Inheritance or Accessors
  32. When exceptions aren't enough: Dealing with runtime errors.
  33. Overload by deriv class param; call w base class param
  34. using namespace available outisde namespace
  35. How to copy a link list
  36. quiz....
  37. Trouble With Retrieving A std::string From boost::program_options
  38. Array of pointers to arrays of Fixed Size
  39. problems with abstract classes
  40. char[] as template argument
  41. final methods/functions
  42. singleton in gcc 3.3
  43. Connections
  44. Templates - Garbage In Garbage Not Out
  45. Cross-namespace name lookup
  46. C++ class with static member function ???????
  47. Doxygen formatting question
  48. Segmentation fault in list...
  49. Portability
  50. [STL] How to use set_intersection
  51. memory not allocated
  52. C++ Project Organization Guidelines
  53. why some operators cannot be overloaded
  54. Unique behaviour of incremental operators in recursion
  55. pointer error...
  56. What to derive a file I/O exception from?
  57. DragQueryFile Error
  58. memory stream?
  59. Template function and dynamic_cast
  60. Which operator ~
  61. rules of extern
  62. problem with callback
  63. callback revisited
  64. Vector of STL maps versus Vector of objects
  65. printing binary data?
  66. what are these macros doing?
  67. Boost library
  68. How do I negate a find_if condition properly?
  69. inline functions...
  70. compile time function selection
  71. 2 Errors!
  72. c++ and data types
  73. tool for generating UML diagrams and project analysis
  74. statics in member functions
  75. Incrementing a pointer to a one-past-the-end value?
  76. Different value of same pointer variable.
  77. lifetime of global statics vs. statics in functions
  78. select and send
  79. .moderated cross post!!! Implementing functional paradigm with C++
  80. ===Welcome to comp.lang.c++! Read this first.
  81. new / delete
  82. Why return *this
  83. error not caught at link time: should it be?
  84. error not caught at link time: should it be?
  85. strange pointer problems
  86. strange pointer problem, now ansi example
  87. why can't a template function have extern "C" linkage?
  88. ?
  89. dereferencing boost::shared_ptr<>
  90. iterators
  91. The equivalent of normalpdf()?
  92. friend function of templated class
  93. about marco in VC6
  94. Accessing Private Members from Main
  95. Problem with Calling Methods from Objects which are stored in an array from within another Object
  96. Why isn't the operator<< found?
  97. string object initialization
  98. std::ios::binary?
  99. Template speccialization question
  100. Template specialization question
  101. dbf/cdx classes/functions
  102. Bi-directional link between two class
  103. A question of iterator
  104. Proting C source to C++ ?
  105. Testing Bandwidth usage of an application
  106. Why is a virtual call from ctor illegal?
  107. Saving Files Using Splitters
  108. _BLOCK_TYPE_IS_VALID
  109. Retrieving a class instance item from a vector
  110. allocation and initialization
  111. Encapsulation and invariants
  112. PathMatchSpec()
  113. passing 3D arrrays from c++ to fortran and viceversa
  114. Flexible array, a la C99
  115. where can I get an copy of ASPI SDK.
  116. Diff Reference b/w Pointer
  117. need help with this code (heh im a beginner so should be a simple fix)
  118. string locale aware?
  119. What does this statement yield?
  120. Don't want to make my class as base class
  121. i++ or ++i efficient
  122. Vector Serialization
  123. templated operators for arrays and pointers
  124. copy constructor and return by value
  125. problem using sets strings and namespaces
  126. Problem overloading <<
  127. Do nonmember nonfriend functions improve genericity?
  128. Is there a simple (and quick) serialisation method for simple vectors?
  129. precedence question
  130. starnge question
  131. Function pointer for 'operator>' ?
  132. How to compute the size of class
  133. stepping inside a DLL
  134. How to copyright source?
  135. const follow the member function
  136. Exception checking memory allocation. How?
  137. test
  138. strip commas from string
  139. strip commas from string
  140. Second class instance fails
  141. bind() and SIGSEGV when usign UDP
  142. Template specialization of an operator
  143. C++ object for Device Independent Bitmaps
  144. Available C++ Libraries FAQ
  145. Available C++ Libraries FAQ
  146. ===Welcome to comp.lang.c++! Read this first.
  147. Maybe own a resource: is this a good design?
  148. The OS where C++ was created?
  149. c++ class for xml
  150. forward declaration and templated class
  151. function overloading
  152. Question: Compilers
  153. ODI's and Sehwag....is there some problem
  154. Problem with <string> values if used in more than one file
  155. not "this" again
  156. What is *this ?
  157. What is *this ?
  158. memory selection
  159. metrics
  160. design woes ... confused on an implementation approach
  161. What does "formatted" I/O really mean?
  162. ctor as protected
  163. **Wanted Eastern European C++ Expert **
  164. ordered subset problem
  165. invalidating objects in free store
  166. Using objects returned from functions
  167. about static members in a class.
  168. Puzzle
  169. How do you erase an entry from a map?
  170. high resolution time function under windows platform?
  171. Procedure for eliminating static variables?
  172. 'Passing' an operator like <, >, == to a template function?
  173. From printf to C++ formatting
  174. String to int and double conversion?
  175. Another program call - Need help
  176. header file help
  177. nonmember function
  178. Pointers and Strings Help
  179. optimal access/insertion associative array
  180. Rogue Wave C++ Standard Library released into Open Source
  181. isNull() method a good idea?
  182. Search and replace algorithm for string
  183. Protected members
  184. ODBC handle classes
  185. Workaround for number of template args?
  186. Wanna study high quality c++ code
  187. extern struct variable
  188. array size
  189. diff of advisory lock and mandatory locks
  190. share object between DLLs
  191. Question of compile C++ code with g++
  192. sizeof observation
  193. Detaching primitive from boost::shared_ptr?
  194. Cannot make const_iterator of templatized hash_map
  195. How to partially specialize a class but NOT specialize a member function:
  196. Callback to member function
  197. static const data member
  198. exception handling problem
  199. OT: But should be easy question for experienced MSVC6 users
  200. typedef struct {} SName; vs. struct SName{};
  201. Casting Union as hexadecimal and back again
  202. How to make new window not steal focus?
  203. size of an empty class
  204. gotoxy & cprintf for cpp
  205. gotoxy & cprintf for cpp
  206. Cantata++
  207. virtual table and shared memory
  208. Query: How to declare a template class member function 'extern "C"' ?
  209. Iterators over nested STL container
  210. Why for the Virtual Destrcutors
  211. bit operations
  212. vtable and such like
  213. Operators overloading
  214. Boost.Filesystem what would you add?
  215. Compile time initialization of data.
  216. ===Welcome to comp.lang.c++! Read this first.
  217. vectors
  218. About head files for abs?
  219. Adding variables to variables
  220. static analysis tool for c++
  221. overloading new[] operator
  222. conversion from one container object to another
  223. RAII- Am I making life difficult? [LONGISH]
  224. Multiple looping
  225. Array size Template and references to array
  226. Comment code in MS VC++
  227. object members in vector
  228. C++ Sockets interface
  229. casting
  230. static_cast
  231. error casting pointers
  232. Convert hex string into GUID without using MFC/ATL/.NET
  233. program hanging returning from a constructor
  234. Name lookup doubt
  235. Beginner's question
  236. What's wrong with std::ifstream::read()?
  237. Graceful error recovery with arithmetic
  238. Visual C++ Forms error question
  239. C++ UML CASE Tool
  240. Learning C++ and/or C
  241. typedef error, #define instead?
  242. wchar_t and wstring with -fshort-wchar optinon with g++.
  243. returning const reference and compiler warning
  244. for(int i... and speed
  245. Any down to earth c++ reference guides?
  246. How do I find out if drive (possibly WITHOUT file system) exists?
  247. Parsing c++ code
  248. compiler error with a map<string, enumtype>
  249. An STL vector collection of C++ interface pointers?
  250. Is C++ faddish like Java?