C++ Language (Moderated) [Archive]

View Full Version : C++ Language (Moderated)


  1. Acceptable implementation of vector<> or deque<>::erase?
  2. Motivation for smart pointers
  3. nondeduced context workaround
  4. *OBJECTIVE* reason to not use MI?
  5. Why no <stdfwd> header?
  6. Comparing pointers that point to objects that are not in the
  7. using volatile bools instead of mutexes when synchronizing t
  8. Locking & Unlocking mechanism in UNIX shared memory
  9. STL string::resize question / proposal
  10. difference between 'C++ Primer' and 'C++ Primer Plus'
  11. is this legal C++? (on "Modern C++" style templatized polic
  12. How to give access to const-interface of a base-class?
  13. Opinion sought on name hiding issue
  14. Copy Constructor for an Array Element ???
  15. API for STL?
  16. Calling an unknown set of separately compiled functions.
  17. when does a method of a templated class have to be defined?
  18. library questions
  19. ANN: NSTL 0.5 Release.
  20. sequence point and reference
  21. RTTI lifetimes
  22. template function called in template class
  23. throwing C++ exceptions through C and/or FORTRAN
  24. is this use of typeof() legal?
  25. Static member initialization without class scope operator
  26. Which complex implementation violates the standard?
  27. Type constraints on 'less' predicates
  28. Return types of overridden functions
  29. compression streambuf and wchar_t
  30. overloading new() and delete() for a collection of classes
  31. an answer to my own question
  32. Interesting std::replace_if problem
  33. int(), float(), bool()
  34. Intel C++ for windows
  35. Function Pointer Type Confusion
  36. sequence point and reference
  37. Definition and Declaration (Definitions)
  38. typecasting the base class to derived class.
  39. error: function type may not come from a typedef
  40. implicit constructor declaration (user annoyed)
  41. new operator - again...
  42. preprocessor hack
  43. function as a parameter
  44. inheritance in templates: what scope?
  45. Object Composition & Returning References....
  46. How to invoke a Java servlet from C++ code
  47. instantiating a template on strange type
  48. resizing memory
  49. operator delete args
  50. Policies in templates with "variable" number of parameters.
  51. string::operator+ vs. string::operator+= vs. ostringstream::
  52. Using namespaces to partition code
  53. streambuf for reading from existing memory block
  54. deriving from STL containers
  55. Overloading the new operator
  56. Pointers to function and pointers to members
  57. Howto make an interface without abstract base class
  58. STL Vectors & Memory
  59. reinterpret_cast<>
  60. Is it constant folding at work
  61. C++ feature or weirdness?
  62. Function Overloading, non-exact argument matching
  63. Using vector<unsigned char> as raw memory
  64. RTTI Performance
  65. Is compiling without exception support always bad?
  66. extern "c" from c++ header files referenced in c files
  67. serialising class instances
  68. Shouldn't iterators be ordered?
  69. Compiler error or? Microsoft VC++ v6.0
  70. at the end of a line works in a comment too?
  71. partial template specialisation error
  72. Question on best way to parse tab-delimited file
  73. lazy method for overloading operator=?
  74. deque C2027 error
  75. Metaprogramming problem????
  76. reading numeric value to char
  77. class definition containing member of own type
  78. Template Instantiation of Polymorphic Types
  79. Help perfecting std::vector for antique C++ compilers
  80. inline syntax
  81. streams and FILE* interoperability
  82. std::vector for pre-template compilers
  83. namespaces and typedefs
  84. Taxonomy of class patterns
  85. namespace within a class
  86. Basic virtual base class scenario.
  87. multiple parameters
  88. Small (but slower) Standard Library Implementation?
  89. new TYPE[0] - legally?
  90. std::ios_base::fixed fails for +(1.79769E+308)
  91. About standard allocators.
  92. duplicate template specialization (errata)
  93. newbie: result of stream << operator
  94. Tools for detecting reads from uninit mem
  95. volatile, atomic variables & multithreading
  96. operator inheritance from a class template???
  97. Find
  98. A tricky problem about instantiation point.
  99. superiority of unnamed namespaces over static linkage?
  100. segmentation fault
  101. problem compiling function
  102. [ANN] Date for C++
  103. adding members to existing class hierarchy
  104. Using directive vs. default template parameter
  105. duplicate template specialization
  106. including sys/ioctl.h with gcc 3.x under Redhat Linux 9 ?
  107. Access specifier and inheritance
  108. Interesting std::replace_if problem
  109. Setting sorting criteria at run time for stl sets?
  110. Pretty printers/ beautifiers
  111. I feel that there is a fundemental flaw with the way I am pr
  112. Scope error.
  113. using for_each and mem_fun_ref on associative containers?
  114. Initializing std::basic_string<> with literals
  115. How represent points in 3d?
  116. Preventing implicit type conversions (again)
  117. A Library Design Question
  118. Memory question
  119. virtual base classes and destructor calling
  120. Is a template ctor a reasonable way to provide compatibility
  121. how can i plant these code about hash_map based on windows t
  122. General Coding techniques for optimizing code space using C+
  123. forward declarations of enum in class?
  124. Forced downcasting - when will this work?
  125. How to type traits a enumeration type?
  126. Another base/derived problem with gcc, but not with MSVC
  127. Why not using x::a, x::b, x::c; ?
  128. Reading from a STL vector efficiently
  129. Use of istream_iterator
  130. Problem with cout
  131. do union members start at the same address?
  132. Pass an array or set of N values by value NOT by REFERENCE
  133. Multiparadigm language - paradigms?
  134. Descriptions of EH Implementations
  135. Design By Contract - Some thoughts
  136. [ANN] Date for C++
  137. Can smart ptr really encapsulate raw ptr?
  138. Record and Replay Debug Sessions
  139. Using find_if() to search backwards
  140. volatile keyword
  141. Hash map containers
  142. Safe Number Parameter
  143. How to validate a pointer
  144. Predicate function for STL container with 3 parameters
  145. Resolving ambiguity in ctor's parameters
  146. list of arbitrary classes
  147. Operator overloading + templates ambiguous? [corrected]
  148. enum typedef...
  149. C++ exceptions and multiple platforms
  150. Aspect Oriented Programming techniques
  151. dynamic_cast q
  152. ambiguos function call
  153. Inlining ctors for non-local statics?
  154. A call for Hungarians
  155. finding out whether two types are related at runtime
  156. [ANN] Aspect-Oriented Programming with C++ and AspectC++
  157. Efficient C++
  158. Legal to pass incomplete type to vector?
  159. disable implicit cast
  160. Create static output methods
  161. array of pointers
  162. Portable code to find a file
  163. Date and time problem
  164. template deduction on return type
  165. Koenig Lookup vs. Barton-Nackman Trick
  166. Boost release 1.31.0 available
  167. monostate class should have no instances?
  168. Are costly checkings in assert(bool ...) switched off
  169. Calling member function for elements of a container
  170. Pimpl idiom and nested classes
  171. Overriding one member of an overloaded Function
  172. inherit fstream, problem with cascaded operator<<
  173. C++ Conferences/Publications
  174. template <> specialization according to the Standard?




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