C++ Language (Moderated) [Archive]

View Full Version : C++ Language (Moderated)


  1. Allowing templated classes in STL containers (list/vector)
  2. Bounded type (was Re: Range type)
  3. What C++ projects are you working on?
  4. atomic operation
  5. returning object with private copy c-tor & private assignmen
  6. std:: string and UNICODE issues
  7. new algorithm
  8. strange interview question
  9. layout of argv[]
  10. Derived to Base conversions - what does the standard say?
  11. About Callbacks in C++
  12. Standard way to delete container of pointers
  13. Template class with no arguments
  14. is_convertible question
  15. Using std::string in exception classes
  16. unanswered question about clause 8.5.3/5
  17. I have proven Mrs. Liskov to be wrong! (Liskov Substitution
  18. Simple question on (std::)complex issue
  19. (L)GPL and C++ templates issue
  20. Difference between ?: and if ???
  21. explicit instantation of cast operator
  22. can't initialize static data member in triply-nested class
  23. use of std::uncaught_exception()
  24. Differentiate between a template class and class template
  25. STL Data Structure
  26. How Do I overload (TYPE) operator?
  27. Idiom for overloading on return type
  28. Two speed related questions
  29. Friendly Templates
  30. [Announce] C++ Coding Standards
  31. [ann] WIN32GUI - v1.5.1 released
  32. Copy of C++ Standard (off-topic, yes)
  33. typedefing ahead
  34. unexpected shame^w exception
  35. Newbie: Vector will onlnot take values
  36. Converting from binary to long
  37. endl issues for class derived from ostream
  38. Deallocation of local objects and tracing
  39. help on messy recursive function!
  40. Name for a common idiom
  41. getting in on the fun
  42. Help with helper classes
  43. Genericity, Templates, and Families of Class Types
  44. NRVO
  45. problem with iterators in templatized functions
  46. wiki C++ book (GNU Free Documentation License) participate..
  47. arrays
  48. array and column view
  49. Stupid function name reuse
  50. Smart pointer vs handle class
  51. Vector to array with custom objects
  52. "what_arg" parameter of the standard exception class constru
  53. 'n' vs std::endl for Displaying Newlines
  54. C++ Novice
  55. enable_if and operator[] (or workaround)
  56. container search optimization question
  57. polymorphism uses
  58. Linked list capability through inheritance
  59. Information source for acquire/release
  60. what does [-1] mean?
  61. Reusable test for presence of a nested typedef?
  62. Exception specification question
  63. "Callback" enforcing pattern?
  64. Stealing the Java API?
  65. Traits with namespaces -- and then some
  66. Calling a C library function from within C++
  67. Where can I find a good OOD with C++ in an Application
  68. why do we need this semantic ???
  69. private operator= and copy construction
  70. C Style Callbacks
  71. Custom streambuf class
  72. Error codes vs. exceptions
  73. 'Free' Standard Library test suites?
  74. an easy solution?
  75. 'n' vs std::endl for Displaying Newlines
  76. getting count of pointer to array
  77. Get error trying to create copy constructor with vector
  78. Use of "traits" templates with namespaces
  79. list class free memory problem
  80. Always use ONLY_UPPERCASE_NAMES for macros
  81. copy string to an array
  82. manage columns table
  83. Reserved identifiers
  84. difference between ; and ,
  85. class instances in unions
  86. Why we need void poiter casting...?
  87. initialize a reference with an rvalue
  88. Bitwise copy during aggregate initialization (a compiler bug
  89. STL iterator::operator== error question
  90. Exceptional C++ Libraries
  91. Is int a POD?
  92. C++/CLI question...
  93. "using" and virtual functions
  94. Function object constancy
  95. Yves Meynard's Enumeration class (CUJ May 2003)
  96. A Generic Question about good OOA/OOD and of course OOP in a
  97. Operator= with reference member variables
  98. Why is NULL->foo() working?
  99. Broken Header Files on 'Je me lance!' CD
  100. header file, lib source arrangemets
  101. How do I use map to support more than one key..
  102. Incomplete template specialization confusion
  103. Specialised access protection for friend(s)
  104. How do I pass explicit template arguments to a templated con
  105. Bound Pointer to Member Function
  106. Operator new() question
  107. New C++ library for threads and sockets.
  108. employing namespaces
  109. DTOR without explicit call
  110. is this portable
  111. Stop Inheriting my C++ class
  112. Is the standard library HC and LC
  113. are these additional brackets illegal
  114. Parallel evaluation of subexpressions?
  115. lifetime of function scoped statics
  116. iterator class problems
  117. what book?
  118. Questions about Partial Ordering Rule(N1393)
  119. Loki SmallObjAllocator problem
  120. how to interpret this string to use in c++
  121. print string/array backwards
  122. A code snippet from N1690
  123. List of Identifiers, Functions
  124. Problems about Partial Ordering Rule
  125. Promotion
  126. Problem defining functor
  127. Associative sequence STL container?
  128. Uses of polymorphism
  129. Is it string's getline or is it just me?
  130. Coding Standards
  131. Problem with Template Template Parameter.
  132. Temporaries and destruction order
  133. constructors
  134. Is it possible to initialize "constant static integral membe
  135. Newbie question about operator() and functors in general
  136. Java Native Interface - passing parameter array of different
  137. Crazy glue
  138. Generic data container type, policies and patterns question
  139. use a recursive function to allocate memory
  140. Fastes way to copy containers
  141. Re: Evolution of C++ : Thinking ahead of what's to come - Pa
  142. unloading dynamically loaded libraries
  143. boost graph library
  144. An algebraic vector class
  145. STL containers and const correctness
  146. using boost::shared_ptr question
  147. Cannot delete [] char * in MSVC6.0-EE-SP5
  148. Template support
  149. Comfortable exceptions classes
  150. Correct method of clearing a deque of pointers
  151. [ANN] xpressive v0.9, advanced C++ regular expressions
  152. Trying to compile Variant code on Visual C++.
  153. Where is std::min and std::max?
  154. Problem with templates
  155. physical quantities library ,pqs-2-00-02
  156. realloc() behavior on an out-of-memory condition
  157. Function template specialization, return value
  158. Order of operation / Order of evalutaion
  159. Name lookup in friend declarations
  160. template member function specialization.
  161. Consider the following code.
  162. expanding dynamic array
  163. Lots of free Libraries on C++
  164. Allocators and what they allocate
  165. Which specialization is selected?
  166. Why does T need to be copy constructable for std::min?
  167. std::auto_ptr on incomplete type, take II.
  168. Note about C++ FAQ
  169. stringstream behavior
  170. String Library Design Question
  171. Exception guarantees for STL container constructors
  172. Debug build works, but Release does not
  173. New types in C++0x II
  174. Maths and operators
  175. C Vs C++ style casts
  176. typename question.
  177. question about item 4 in exceptional C++
  178. What is wrong?
  179. Class Template Specialization Question
  180. Can't read UTF-8 characters (Japanese) from a wifstream
  181. Call to static member function through a 0-pointer of instan
  182. String casting




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