C++ Language (Moderated) [Archive]

View Full Version : C++ Language (Moderated)


  1. How does D compare to C++?
  2. g008: arranging files as source/header pairs and the pimpl i
  3. Library/component design and implementation in C++
  4. Re: Can we measure it?
  5. g007: banning profane language in C++ source code
  6. Overloading template parameters
  7. Re: Overloading on nothrow
  8. Creating a template class based on Barton-Nackman trick
  9. g009: The header file (for a class) shall contain the class
  10. Re: Extending the functionality of built-in types
  11. auto_impl class I use
  12. command args processing lib(a la getopt), anyone?
  13. Template member functions
  14. Template classes and inline
  15. Please recommend a sophomore level C++ text
  16. Pre-standardizing hash_map & friends.
  17. Help Needed: C/C++ Standard Libraries
  18. Initialisation of local static variables; details
  19. For loop compilation optimization
  20. is it possible see compiler modified code in C++
  21. variations on boost::function
  22. Implementing an interator on an odd collection
  23. when an inline function doesn't inline, why doesn't compile
  24. compiletime template check
  25. Vector resize
  26. No-mutex singleton
  27. Why not floating-point member constants?
  28. deducing template arguments vs. cv-qualifiers
  29. Member variable as default argument
  30. Re: typo in a for loop has a strange affect
  31. Given std::map<ID,struct>, efficient way to access std::vect
  32. Parameter evaluation order?
  33. dynamic_cast of void pointers
  34. Re: STL Proposal: partial _random_shuffle()
  35. virtual member template functions workaround
  36. Code analyzer
  37. Empty Derived Optimisation (EDO) ???
  38. Re: STL Proposal: partial_random_shuffle()
  39. For loop compilation optimization
  40. Re: Const Correctness
  41. remedial demangling
  42. Proposal for declaring methods final (not to be overridden)
  43. Creating my own ostream class that I can pass to existing co
  44. Type safe pointers
  45. Pointer to member: is this legal C++ code?
  46. How to insert datas into a fstrem data
  47. Empty POD as a base
  48. Q: Eliminate explicit template function argument
  49. Re: Initialization of virtual bases
  50. Re: Creating Custom Class Factory objects
  51. Re: Help with dynamic_cast
  52. Re: using member function pointers
  53. STL defeating variant efficiency with copy construction
  54. Advantage of pimpl *other* than compiler firewall?
  55. Unbrand America
  56. Coding standard rule for using struct's..?
  57. static template
  58. static_cast vs. reinterpret_cast
  59. Opinion on namespaces (using statement or full quallificatio
  60. Please help me providing a factory framework here....
  61. UCS-2
  62. C++ book reccomendation needed
  63. Give C++ "inline" its original and obvious meaning
  64. Re: A question on a rb-tree's iterator.
  65. Unbrand America
  66. [OT?] Managed C++ vs Unmanaged C++
  67. Problems with Accelerated C++ example
  68. dynamic_cast
  69. Return value of type_info.name()
  70. Re: vc71 conformity to standard
  71. g004: More file naming conventions (for C++ headers emitted
  72. MPOOL'03 -- Call for Papers
  73. Portable Filesystem Library
  74. Control L character seems to be fudging up my line reader.
  75. Writing extensions for a C++ application
  76. Re: Drawback of the following code
  77. Re: How does this algorithm work?
  78. gcc 3.3, solaris 8, compile error - 'strftime', 'localtime',
  79. Information on low level compiler / program activity.
  80. it == c.end() || ++it == c.end()
  81. RAND GENERATOR IN C++
  82. WIll thread-safe be a feature of STL in the future?
  83. has anyone experienced java --> c++ transition?
  84. Re: std::ends useful?
  85. calling a function pointer to member function
  86. MSVC 7. won't compile these
  87. Compiler suggestion
  88. function overloading and typedef
  89. C call C++ fuction and iostream
  90. Converting from unsigned char to int
  91. Multiple inheritance
  92. stack trace info in exceptions
  93. Is this <use of pmf as template parameter> legal?
  94. generation of random numbers
  95. g005: semi-rant about using the correct C++ suffix
  96. question on std::stack
  97. Re: Nested For Loop Query
  98. Memory management while using new and delete.
  99. F-bounded polymorphism?
  100. About swap algorithm.
  101. Templated functions and methods works differently
  102. Re: sgi::list::erase error???
  103. Is friend function declaration also function declaration?
  104. C++ I/O FILE STREAMS
  105. How to convert char * to C++ strings.
  106. Need Seminar Ideas
  107. Re: namespace alias question
  108. Re: g006: legal source filenames
  109. Question regarding auto_ptr
  110. Loki's AssocVector versus std::map in mt
  111. LRU List using STL containers
  112. RSA Decryption in VC++
  113. C++ Standard Library
  114. I/O with infinity float in iostreams
  115. C++ programming style
  116. Re: C++ standard
  117. Re: Borland 5 versus MSVisual 6.0
  118. Singleton problem on AIX..
  119. C++ programmers! How do you use your 'enum's ?
  120. Extending std::basic_streambuf<>
  121. Re: Integer promotion
  122. base classes and type safe inheritance of member functions.
  123. Template Question
  124. Newbie question: Any good resources on C++ programming?
  125. typename, typedef, and resolution
  126. std::string in functions expecting char*
  127. Re: legal source filenames
  128. overloading operator+
  129. Another temporary item
  130. std::stringstream and string to unsigned long conversion
  131. Steaming STL container objects
  132. Re: Alternate syntax for pure virtual functions?
  133. Creating class objects pointer on the fly
  134. Pointers again: Seg Fault.
  135. OOP newbie
  136. Re: g003: C++ header file naming conventions
  137. Re: java --> c++
  138. Re: How to make my own STL allocator?
  139. ctime clock
  140. file naming conventions for locating code easily
  141. Re: Memory Initialization, which one is more efficient ?
  142. Origins of C types
  143. Re: mutable: why it's in the language
  144. g002: Parameterising the suffix used for C++ source files
  145. std::stringstream and positioning
  146. Re: gcc 3.3 and c'tor overloading
  147. Chaining ellipsis method invocations
  148. Re: reference compatibility
  149. Specifying memory allocator When using existing library (ex,
  150. Re: Non-deductible arguments for template member functions
  151. Re: Application behaviour in uncaught Exceptions
  152. Passing non-POD objects with ellipsis
  153. Metafunction determining existence of data members
  154. vectors help
  155. How to ensure in-class cleanup calls (yup, it's real, not a
  156. Selecting the unspecialized template
  157. Templated Setter and Getter
  158. map two into one with special iterator
  159. Re: C++ template problem
  160. specializing member functions of template classes
  161. Re: assign a negative value to an unsigned type
  162. Re: Optimized memcpy to reduce cache misses
  163. Re: C99 in book form
  164. Re: How do I get a stream to understand a different language
  165. Re: yet another question on temporaries
  166. Templates as friends
  167. C++ Accessing Array indexes
  168. MSVC++ bug?
  169. Does a function/method know who called it?
  170. Re: deep typedefs causing a problem?
  171. Auto-Update Feature.
  172. stl usage question
  173. Re: How to cast static pointers to a class to NULL or 0.
  174. visual c++ stl - seg fault
  175. implicit calling of default ctr by >> ? strtoul problem?
  176. Optimal optional data passing
  177. [ANNOUNCE] e4Graph 1.0a8 released
  178. a question!
  179. NRV and the copy constructor
  180. Should type deduction remove CVs from Arrays?
  181. Network Communication Libraries




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