C++ language (comp.lang.c++) [Archive]

View Full Version : C++ language (comp.lang.c++)


Pages : [1] 2 3

  1. strip commas from string
  2. mysql and c++
  3. i++ or ++i efficient
  4. std::ios::binary?
  5. #define or const
  6. protected members
  7. Casting to pointer reference?
  8. need help with this code (heh im a beginner so should be a s
  9. const follow the member function
  10. FSM implementation
  11. Second class instance fails
  12. Cross-namespace name lookup
  13. templated operators for arrays and pointers
  14. Function pointer for 'operator>' ?
  15. Comprehensive treatment of new / delete
  16. Template specialization of an operator
  17. Problem overloading <<
  18. C++ object for Device Independent Bitmaps
  19. bind() and SIGSEGV when usign UDP
  20. precedence question
  21. stepping inside a DLL
  22. the range of enum
  23. test
  24. ===Welcome to comp.lang.c++! Read this first.
  25. Exception checking memory allocation. How?
  26. string locale aware?
  27. _BLOCK_TYPE_IS_VALID
  28. How to copyright source?
  29. How to compute the size of class
  30. Flexible array, a la C99
  31. Incrementing a pointer to a one-past-the-end value?
  32. ISO/ICE 23271:2005
  33. starnge question
  34. passing 3D arrrays from c++ to fortran and viceversa
  35. overloaded friend operators in template class
  36. Is there a simple (and quick) serialisation method for simpl
  37. A question of iterator
  38. problem using sets strings and namespaces
  39. Testing Bandwidth usage of an application
  40. .moderated cross post!!! Implementing functional paradigm wi
  41. Do nonmember nonfriend functions improve genericity?
  42. Retrieving a class instance item from a vector
  43. Problem with Calling Methods from Objects which are stored i
  44. Don't want to make my class as base class
  45. copy constructor and return by value
  46. Encapsulation and invariants
  47. Vector Serialization
  48. Why isn't the operator<< found?
  49. Diff Reference b/w Pointer
  50. What does this statement yield?
  51. where can I get an copy of ASPI SDK.
  52. why can't a template function have extern "C" linkage?
  53. Why is a virtual call from ctor illegal?
  54. allocation and initialization
  55. select and send
  56. PathMatchSpec()
  57. error not caught at link time: should it be?
  58. Saving Files Using Splitters
  59. strange pointer problem, now ansi example
  60. Different value of same pointer variable.
  61. Proting C source to C++ ?
  62. about marco in VC6
  63. dbf/cdx classes/functions
  64. string object initialization
  65. Template specialization question
  66. C++ Exceptions Cause Performance Hit?
  67. Bi-directional link between two class
  68. Template speccialization question
  69. The equivalent of normalpdf()?
  70. printing binary data?
  71. Accessing Private Members from Main
  72. Overload by deriv class param; call w base class param
  73. ?
  74. friend function of templated class
  75. iterators
  76. dereferencing boost::shared_ptr<>
  77. callback revisited
  78. Boost library
  79. what are these macros doing?
  80. rules of extern
  81. Projects With Explanations
  82. inline functions...
  83. statics in member functions
  84. Segmentation fault with STL list class - PLEASE HELP
  85. error not caught at link time: should it be?
  86. strange pointer problems
  87. Why return *this
  88. Segmentation fault in list...
  89. new / delete
  90. How do I negate a find_if condition properly?
  91. ===Welcome to comp.lang.c++! Read this first.
  92. lifetime of global statics vs. statics in functions
  93. why some operators cannot be overloaded
  94. Which operator ~
  95. What would you call this interface?
  96. which on is correct?~about temp object~
  97. c++ and data types
  98. Unique behaviour of incremental operators in recursion
  99. tool for generating UML diagrams and project analysis
  100. compile time function selection
  101. 2 Errors!
  102. pointer error...
  103. problem with callback
  104. What to derive a file I/O exception from?
  105. memory stream?
  106. [STL] How to use set_intersection
  107. Vector of STL maps versus Vector of objects
  108. Design Question: Inheritance or Accessors
  109. memory not allocated
  110. final methods/functions
  111. Template function and dynamic_cast
  112. Looking for list of features ***valid in C but deprecated in
  113. Memory allocation problem!
  114. Easy to use regular expression library for speech control ju
  115. C++ Project Organization Guidelines
  116. DragQueryFile Error
  117. Array of pointers to arrays of Fixed Size
  118. How to copy a link list
  119. Expert Query on timing, threads, networking plz.... :S
  120. Portability
  121. C++ class with static member function ???????
  122. Doxygen formatting question
  123. What does linking library components mean in C++
  124. quiz....
  125. singleton in gcc 3.3
  126. Templates - Garbage In Garbage Not Out
  127. Connections
  128. char[] as template argument
  129. problems with abstract classes
  130. difference in the following terms with examples. (regarding
  131. Trouble With Retrieving A std::string From boost::program_op
  132. run time error
  133. compilation error with templates
  134. Overriding Virtual Function clarification...
  135. _snprintf
  136. using namespace available outisde namespace
  137. Game question.
  138. const-incorrect practice
  139. When exceptions aren't enough: Dealing with runtime errors.
  140. Conditional erasing elements from list - in a loop
  141. Sierpinski code problem with recursion
  142. Is 0 a decimal integer?
  143. Convert SYSTEMTIME to BSTR
  144. Text formatting with streams
  145. pointer_protector template
  146. undefined template reference again ??
  147. Stream vs Buffer
  148. Strange access/scope resolution errors
  149. Grammars for C++
  150. Constructor function
  151. static const members
  152. ===Welcome to comp.lang.c++! Read this first.
  153. C++ Meta Programming language
  154. An Empirical Analysis of CPP Use
  155. Class templates and friend function templates
  156. How to deal with Tree with several branchs?
  157. GAlib, Static Lib, ...?
  158. Determine pointer type
  159. Getting Rid of Trailing white spaces
  160. Store Queue in a flat memory space ?
  161. inherit assigment operator
  162. Re: How to set memory properties
  163. Named Constructor idiom - a question
  164. segmentation fault when resizing a vector
  165. difference in the 2 initializations
  166. Pointer problems
  167. FYI:Modules in C++ Proposal
  168. Dereferencing past-the-end iterators
  169. Books to learn c++
  170. calling a function (passed as a pointer) causing segmentatio
  171. Open Source Middleware packages ?
  172. Linked List
  173. assign a struct variable into another struct variable
  174. forward class declaration and circular including
  175. Multiple Inheritance
  176. Compare data in two groups
  177. Why no operator << for stl containers.
  178. Multiset (as dictionary) searching
  179. Looking for a better way to sort based on a third argument.
  180. use of char**
  181. How come I am able to access my private function
  182. MFC and sqlext.h (eng)
  183. Static const variables within a namespace
  184. Changing access levels of inherited base members
  185. Is STL-thinking over-emphasized in C++
  186. Do I need two languages for distributed computing?
  187. Which C Standard is currently definitive for C++?
  188. Use of the "new" operator in widget toolkits
  189. A question of vector
  190. CPP++
  191. MFC and sqlext.h
  192. operator ?:
  193. system( char(26)) error
  194. E-book Please
  195. returning references and pointers (to C++ objects)
  196. convert valarray to basic array
  197. Not nice but (question on void* and this pointer)
  198. typedef vs. class definition
  199. Function prototypes in C++
  200. Is throw specification necessary?
  201. Help Needed in file handling
  202. Changing a non-template class to a template class easily
  203. Using sizeof() with a pointer : Not the normal debate....
  204. evaulation of boolean conditions...
  205. Singleton Pattern
  206. porting win to lin by newbie
  207. std::basic_string<wchar_t>: segmentation fault while access
  208. Declare array of objects with constructor having arguments
  209. Download gcc for i386
  210. pointers and dynamic memory in C++
  211. Borland C++ 3.1
  212. What's the best method for displaying the value of a functio
  213. operator[] for maps
  214. operator<< for a template with a structure
  215. this is a great group
  216. specialized member function takes precedence over generic te
  217. Is this Authentic?
  218. ===Welcome to comp.lang.c++! Read this first.
  219. wtd : free C++ compiler
  220. Tool to analyze header dependencies & eliminate redundancy
  221. Difference between initialisation and assignment?
  222. J-Integra for COM (Java COM interoperability)
  223. What does "::DestroyWindow(hWnd)" mean?
  224. using maps of string *.
  225. [slightly OT] C++ Multi-threaded shared memory library
  226. cyclic includes
  227. Shared memory and objects with virtual functions
  228. istream weirds
  229. extending an interface
  230. string looses contents.
  231. Two things I'd like to see in C++ 2009
  232. A Comprehensive treatement of linking C++ code?
  233. C++ Object serialization?
  234. unexpected compile error w/ member function specialization o
  235. system() ?
  236. non-constant reference
  237. Scripting and block data manipulation- how to preserve perfo
  238. ANNC: Reliable Software releases their own C++ Windows Libra
  239. Communicating between C++ application and Shell script
  240. Auto-initialisation of arrays
  241. vector<vector<Point3D> >
  242. using placement new to forward ctor calls
  243. design question
  244. How do namespace scope and class scope differ?
  245. for loop index variable
  246. what is difference between this,far,near pointer?
  247. modifying a const object
  248. template-id does not match any template declaration
  249. Singleton desin pattern in C++
  250. Other headers #included via <iostream>




  251. Powered by phpBB © 2001, 2006 phpBB Group.