C++ Language (Moderated) [Archive]

View Full Version : C++ Language (Moderated)


  1. <string> to lowercase
  2. Multithreaded programming: is the C++ standardization commit
  3. Possible solution to the DCL problem (Scott Meyers, Andrei A
  4. Evolution of C++ : Thinking ahead of what's to come - Part 1
  5. Question about lifetime of objects
  6. Templates vs. ABC interfaces
  7. [Announce] Exceptional C++ Style
  8. "explicit" copy constructors
  9. Boost Workshop at OOPSLA 2004
  10. Best build tool for C++? make, jam or other?
  11. How is C++ different?
  12. Confused with the "virtual base class" concept
  13. The name of a common C++ idiom
  14. Aggregation Versus Inheritance in Policy-Based Design
  15. use policies to "toggle" members present/not-present in clas
  16. Varying number of constructor arguments
  17. Design Patterns(GOF)-State and sockets-I think I screwed-up-
  18. Iterator pipes
  19. Help me finding a good C++ book.
  20. Specializing a class template on some criteria, CUJ June 200
  21. Overloading operator<< on std::pair<>
  22. Why operator<<(bool) for volatile char* ??
  23. Why can't I get the size of an array allocated with new []?
  24. Questions re: returning locally scoped objects
  25. Lambda expression question
  26. "Sutter's Mill" in Sept CUJ (threading and COW string) - pro
  27. Operator void
  28. delegates and closures
  29. Compile time constructor selection
  30. Policies Vs. concepts
  31. Conditional expression between distinct pointer types error
  32. Defining classes in terms of each other
  33. 2 dimensional arrays
  34. Knowing Java, learning C++, heavily confused
  35. Problem with template using base class template in GCC
  36. dynamic casting
  37. Getting sort to use iter_swap
  38. basic_string<unsigned char>
  39. Efficiency of operator= using new swap idiom versus old scho
  40. Extending iostreams
  41. ostream_iterator: need help
  42. Sockets, threads and GUIs in the C++ Standard...
  43. constant reference to auto_ptr
  44. type specifier not required?
  45. Exception payload
  46. RTTI
  47. array and template overload resolution
  48. stl iterator specification
  49. C++ noob - compiler question.
  50. Howto: Garbage collection for objects in a connected graph?
  51. Template version of nifty_counter
  52. Dynamic Arrays...
  53. Returning reference to private data
  54. The Barton Nackmaniac, or our dearly departed friend name in
  55. c++ grammar
  56. SFINAE basic question.
  57. A compelling case for garbage collection: lock-free data str
  58. Template-based implementation of Sutter's exception-safe ope
  59. How to Avoid inheritence ?
  60. Result of Exception in constructor and destructor !!
  61. strings sorting
  62. Allocation for commandline arguments
  63. Question about basic_string::find
  64. A recurring problem with inheritance
  65. Implicit conversions, function templates -- an unholy allian
  66. Tried Boost.build v2-m9.1 and loving it
  67. __declspec(dllexport)
  68. c++ standard library sort
  69. class without inheritance?
  70. HOWTO: Need performance improvement for SWITCH-CASE inside F
  71. Detecting compile-time aliasing?
  72. STL usage/style question
  73. Global static destructors called when a dynamic library is u
  74. Regular Expressions in C++
  75. __declspec(dllexport)
  76. Should I use C++ or Java for Numeric Intensive Calculations
  77. Abstract Class - Operator=(), ==(), !=()
  78. Templated member functions - help needed
  79. Reverse Iterator does not compile
  80. Addendum to: C++ with Interfaces in September CUJ
  81. typedef and inheritance
  82. Implementing a mangling tool
  83. What's different? (empty interface inheritance)
  84. A problem regarding failure status of cin
  85. Hyperactive static_assert, or what's not there...
  86. How to link boost library?
  87. Re: Marking pointer ownership semantics
  88. Template compilation question
  89. NVI Idiom and Invariants
  90. cache - fixed size map
  91. Modifying a sequence with std::for_each?
  92. specialising through inheritance
  93. Name-Based Object Creation
  94. C coders unknowingly using C++
  95. Porting code, need guidance, Thx
  96. Productivity in programming of C++ programmers
  97. Member Function Pointers under CFront < 2.0
  98. comma overloading
  99. Overriding operator new
  100. Issue regarding void* as template type name
  101. overriding virtual funcs with a templated base class
  102. Method specialization
  103. caching computed data
  104. Overload resolution & boost::bind
  105. Question about specialized template functions
  106. "Conversations" in August CUJ
  107. C/C++ char question
  108. "Sutter's Mill" in Sept CUJ (threading and COW string)
  109. Force function call after construction
  110. Bizarre link/dlclose() error on Solaris
  111. generalized arithmetic functors
  112. ::boost::is_convertible problem
  113. typeof operator for VC7.1
  114. Dependent names in templates, or are they?
  115. C++ newbie Class pointer confusion
  116. specialization/SFINAE question
  117. member function calling member function through pointer
  118. Use of Unnamed Namespaces -- besides translation unit scope?
  119. Creating my own C++ matrix class
  120. No ADL when taking function address?
  121. passing variable arguments on to another variable argument f
  122. auto_ptr NULL construction and assignment
  123. Design a new class or Inheritance or Composition?
  124. Why does this snippet crash?
  125. explicit specialization in non-namespace scope?
  126. can anyone help me?
  127. Assert that subclass method is an override of a superclass m
  128. Casting member function pointer to int
  129. Forward type declarations
  130. Partial specialization of a template member function
  131. Storing Derived Pointer to Member Functions in Base Class?
  132. Template for STL container of a distinct class
  133. Avoid Goto in this snippet for a smarter programming
  134. Question about protected access.
  135. Sweet boost::shared_ptr enhancement.
  136. When to use typename keyword
  137. Different behavior in g++ and VC++
  138. can anyone help me?
  139. Capability of trace during compilation
  140. Would multithreading help? --> Hyperthreading sets CPU=50%
  141. Are pointer to member storable?!
  142. Allowing argument-dependent look-up binding only
  143. [Q]: begin() of empty map
  144. local type functions in templates
  145. I have a question about reference of pointer
  146. const_cast and l-value
  147. Questing about 3.4.1/3
  148. C++ type system
  149. default initialization of std::vector
  150. How do I increment a float point num
  151. error LNK2001: unresolved external symbol
  152. stack unwinding - implementation defined?
  153. Virtual inline function ?
  154. C++ questions - please help!
  155. template definition order
  156. taking address of a function template
  157. Const overload of valarray::operator[] returns by value
  158. exp(long double)
  159. Composition or inheritence...?
  160. protected
  161. strange hidden constructor of reference?
  162. How to get the value of constant expression after the compil
  163. Bug with MSVS .NET 2003 Compiler?
  164. Re: : begin() of empty map
  165. Help: template function specialisation must accept scalar ty




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