C++ Language (Moderated) [Archive]

View Full Version : C++ Language (Moderated)


  1. Problem building an example from C++ templates book.
  2. AND, NOT, OR keywords
  3. STL allocators and containers of containers
  4. C++ and Middleware
  5. deriving from std::moneypunct facet
  6. c++ memory leak detection
  7. Generic function wrappers
  8. aliasing and the STL
  9. Proliferation of typedefs in standard containers
  10. The future of C++
  11. how to study c++
  12. Code metrics tools for C++
  13. new and delete woes
  14. Thread-safe initialization of a function static
  15. The Gist of Object Oriented Programming
  16. Problems with singletons.
  17. C++ Templates - feelings honestly expressed
  18. Why won't the compiler tell
  19. ANN: Smieciuch 0.5.1 -- Small precise garbage collection lib
  20. inconsistency between overloading and specialization
  21. EOF problem
  22. Creation time of temporaries as arguments
  23. [ann] Easy LogView
  24. ANN: SequenceView - a utility to advance(STL)
  25. Iterators and containers STL
  26. Simple Problem with GETS, CIN and COUT
  27. typesafe linkage
  28. Using enum's as bit fields
  29. Literal zero overload
  30. Using const + const_cast<>() To Obviate ::set(), get()
  31. delete[] and exceptions in array element destructors
  32. calling base class overloaded function
  33. A question about STL map
  34. two operator delete
  35. Non-virtual destructor
  36. template error in gcc, not in MSVC7.1
  37. Dynamic cast offsets without an instance
  38. How to avoid / check typing mistake ":" instead of "::" , w
  39. const objects
  40. TMP Question: Computing the size of the largest type in a l
  41. How to know what is returned by new
  42. enums and the curiously recurring template pattern
  43. i have a little problem....with int main (....)
  44. compile warnings in VC 6.0 using list<string>
  45. Conversion Problem
  46. non-static const struct memeber initialization
  47. Problems using Boost, Pls Advise
  48. printing template arguments
  49. "synchronizing" objects from different classes using referen
  50. Parameterization of Loki's Functor pointer
  51. Requirements for virtual destructors
  52. fill_iterator
  53. Enforce constness of object copied with copy construcor?
  54. delegation class question
  55. Interfaces in C++
  56. Problems with interface-like class and multiple inheritance
  57. string, list<char> and deque<char>
  58. Critical review request
  59. array of pointers of an ADT
  60. Re: ostrstream with gcc-3.2.2
  61. INCITS/ISO/IEC 14882:2003 vs INCITS/ISO/IEC 14882:1998
  62. A way to decrease executable sizes?
  63. Inheritance vs containment for policies
  64. About allocators and operator new.
  65. Looking for good journal on c/c++
  66. How to call a member function of any class
  67. How to Move data between two Templated classes
  68. STL allocators, global new/delete using the heap and shared
  69. HP aCC auto_ptr as value parameter with default value proble
  70. C/C++ User's Journal
  71. intrusive reference counted arrays
  72. Stack/Queue reference being invalidated?
  73. templated conversion operator
  74. policy for dynamic array's capacity
  75. Forwarding problem: 2 Classes have methods with instanze of
  76. RFD: Enhanced class declarations
  77. goto question
  78. dynamic changing of methods
  79. interpreting void in the standard
  80. Q for C++ template Guru: how to use SFINAE to determine meta
  81. deleting this
  82. March your way into the weekend!
  83. lengthof(array) for VS6
  84. ANNOUNCE: libexecstream
  85. Creating a list to store different types... revisited
  86. const_cast<>() on bitfield
  87. Overloading resolution
  88. newbie boost weak_ptr / shared_ptr guidelines
  89. boost threads: notify_one vs. notify_all
  90. "friend" statement
  91. seeking in a stream with nontrivial codecvt facet
  92. Scope control for the preprocessor?
  93. Undefined static variable in std::string
  94. Compile-time programming beginner - How to do simple class/c
  95. What are the codes doing?
  96. Including C++ modules in other languages
  97. Compilation problem for friend binary operator in template
  98. 'compile-time if statement' using a template function
  99. Initializing a static member from outside its class
  100. The address-of operator
  101. exempting individual member
  102. question of "free list by clear()"?
  103. Will This Throw
  104. Why not OK to grant friendship to a non-public counterpart?
  105. Should template dependent name lookup fail from template fun
  106. Arrays with stack/heap allocation
  107. pass reference to a pointer as a function argument through
  108. Overload resolution question - standard vs ellipsis conversi
  109. Pure virtual functions with definition
  110. compile-time type construction
  111. Q on FAQ 15.16
  112. Redefining the member function std::numeric_limits::min() fo
  113. is_base_and_derived problem
  114. Smart pointers and custom deallocators
  115. Making a nested class a friend
  116. need closure (bound member function pointer for custom delet
  117. Question about derivation
  118. Efficient alternative to MI of virtual bases (proposal for i
  119. Re: dereferencing a null pointer is not undefined.
  120. Pointer to a pointer to a pointer to a member function
  121. refcounting and protecting against delete
  122. Desperate sugar craving (was: Name hiding in constructors)
  123. Re: bitfield size in compilation (number of bits)
  124. Incorrect operator<< is called.
  125. Is this a bug?
  126. initialization list
  127. Union Problem
  128. Abstract vs. Concrete Classes - A/C Ratio of a Library
  129. Smart void pointer?
  130. detect std::ios_base::binary
  131. Proposing function objects that behave like numbers
  132. internals of new
  133. Why is this member protected?
  134. Re: Typelists and sscanf like parsing
  135. Difference Between C++ and Visual C++
  136. How to convert to another encoding?
  137. reading from char buffer
  138. Chosing a constructor conditionally
  139. Template related Question
  140. Calling member functions via template
  141. when does a templated virtual destructor get instantiated?
  142. Help me!
  143. How to work around 14.5.5, 14.7.3/18 and related?
  144. problem with Template use in a list of structs
  145. End of file charachter
  146. cannot access inaccessible typedef
  147. Overload resolution, compile errors and the standard
  148. MPOOL'04 -- Second Call for Contributions
  149. Hierarchy Container
  150. << for a templated class
  151. C++ 1st polymorphic language without associative lookup to c
  152. C++ Templates
  153. Re: Six questions regarding using C++
  154. virtual functions with virtual class inheritance
  155. Re: Recent material on C++ object model
  156. merging two maps
  157. Template question
  158. Is Comeau compiler wrong?
  159. Questions on Effective C++ 2nd Eddition item 8
  160. Template Functions question
  161. float (up to four decimal)
  162. class member of class type
  163. Ambiguous overload
  164. Modifying const objects, was: Re: Volatile and Multithreadin
  165. Re: Research on GC and non-GC languages: The Toll of Garbage
  166. mutable base class
  167. templates & nested classes
  168. static member variables vs. static member function variables
  169. How to cast from list<T*> to list<const T*>
  170. Re: atexit and thread safety.
  171. Simple to implement proposal to aid code clarity.
  172. Re: nested classes and template instantiation
  173. Re: const correctness dilemma
  174. Single-assignment variables for synchronization?
  175. Memory leak seek with UNIX top utility
  176. Problem with a static variable at link time
  177. what is the difference of binding under gcc and MSVC 6?
  178. Re: unnamed class constructor
  179. Re: Deriving a class with the same name as the base class bu
  180. problem with ifstream
  181. Template Template Parameters
  182. Re: Yet Another MultiMethods Approach
  183. Re: const qualifier necessary on references to temporaries?
  184. Re: Qt Tutorial with MinGW
  185. Re: template arg as base class




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