C++ Language (Moderated) [Archive]

View Full Version : C++ Language (Moderated)


  1. std::set
  2. C++ metrics for physical dependencies
  3. Articles on CLI/C++
  4. Compared valarray and blitz. Surprise.
  5. C99 designated initializers in C++
  6. What Value Does Const Correctness Offer
  7. Threading: early days?
  8. CLI draft
  9. extract_second - removing the template argument...
  10. Will C pgm compile on C++ compiler?
  11. Proposal: New types in C++0x
  12. reading N chars from istream into stringstream
  13. About usefulness of , operator
  14. s = std::string() vs. s = ""
  15. Template, types, and []... Oh my!
  16. Multi-Dimensional Dynamic Arrays
  17. Vindicated? Sutter and COW Strings
  18. Capitalizing an std::string
  19. Really nasty bug or feature?
  20. Question about virtual destructors
  21. signed/unsigned as fundamental types
  22. What exactly the const keyword means in this C++ code?
  23. union of references?
  24. Does this make sense? Calling C++ inside extern "C" block
  25. ANN: syntax-oriented C++ lib for Oracle
  26. Loki (moderncpp) library and last gcc release (3.4.2) troubl
  27. Exporting the definition of a class template
  28. Embedded class' or VC++7 compiler's problem ?
  29. eof issues - or: where is the end?
  30. An algebraic vector class and type distinct coordinates
  31. What is the standard signature for an allocator destructor?
  32. Public data members
  33. Faking property getters via const reference members
  34. Member function call syntax - N1695 and beyond
  35. Inline functions versus private methodcalls ??
  36. Structure pointer
  37. SFINAE and incomplete types
  38. template template parameters using templatized nested classe
  39. Design question: class with reference semantics
  40. using and typedefs
  41. dynamic stack and composition in C++
  42. Bottom-up heap construction in O(n)
  43. Japanese Code Editor
  44. Problem with a static member in a CNode class ...
  45. Compiler Compatabilities
  46. "ostream_iterator" reloaded!
  47. safe and elegant way of overloading operator==
  48. Exceptional C++: Memory Management - Part 1
  49. private typedef
  50. Confused in function: close() and bzero()
  51. Meaning of ClassName::*
  52. Reducing code duplication
  53. function templates overloading
  54. Question about template and void function.
  55. ANN: Boost formal review start - Smart Container library
  56. SQL oriented scripting language that can be executed from a
  57. template template specialization
  58. Incorrect compiler diagnostic in VC++.NET 2005? (WAS: VC++.N
  59. VC++.NET 2005 beta problem
  60. enable_if like behaviour for conversion operators
  61. Iterator design advice needed
  62. C++ Gotcha #7 question
  63. Some Other Problems about the "Move Proposal" !
  64. bitset::to_string() errors, VC++ .NET 2003
  65. Optimizing streambuf: Skip processing of output that will be
  66. Issue with Pre-Redmond Mailing
  67. ? Strings containing NULL characters
  68. decrementing vector begin() iterator for sane code allowed?
  69. Value Objects and Temporary Lifetimes?
  70. VS.NET 7.1 Internal compiler error on inline template method
  71. ?: vs =
  72. Avoiding copies with stringstream
  73. c++ newbie with CString problem
  74. Which scopes are searched for default template args?
  75. dynamic length array of pointers
  76. How can I convert 4-element byte array to long?
  77. FuzzySearch library updated to version 2.3
  78. template function specialization troubles
  79. pls help: deleting ptrs from deque
  80. C++ list
  81. fopen / OPEN_MAX
  82. Why are calls to virtual functions not linked statically if
  83. How to split an extremely large class?
  84. Maybe an oversight in the "Move Proposal" [N1377 . 2002]
  85. win|unix icmp socket difference?
  86. (Chat server and client)Need Resources on Network programmin
  87. Any systematic study of macro usage?
  88. What a reference truly is?
  89. MS Visual C++ and .dll files
  90. How can I print a floating point number accurately to a file
  91. cpp: Append text to Macro
  92. Template feature
  93. Unions up in arms!
  94. Is there an algebraic vector class?
  95. Copy Construction and temporaries
  96. problems with templates and function pointers
  97. Static member function with C linkage
  98. C++ Gotcha #32 - Misunderstanding Pointer-to-Pointer-to-Cons
  99. Pure virtual function
  100. Friend template function syntax
  101. VS.NET 7.1 Internal compiler error on inline template method
  102. template problem
  103. Template instantiation of std::list<> with incomplete type
  104. C++ libraries for combinatorial optimization
  105. invoking copy assignment operator of base class
  106. Overloading dereference pointers to pointers to class member
  107. cascading operator->, and other questions
  108. Hiding private functions with pimpl
  109. How important is C/C++ today?
  110. #include with macro as filename. Macro with preprocessor dir
  111. pMyClass = new (0) CMyClass ?
  112. What are the advantages of polymorphism?
  113. how does one clear an ostringstream?
  114. Problem with Sutter's COW strings in Sep CUJ?
  115. shared_ptr NULL assignment
  116. Can I rely on having uchar->char casting work this way?
  117. function template with a return type which is a typedef in a
  118. Creation of virtual fnctions using templates
  119. Is it possible to use template's meta ability in parsing C++
  120. Linking static const members and other black arts?
  121. (non)-execution of namespace-local initializers
  122. [ann] Formal Review for "Output Formatters" library (boost)
  123. declaring object on stack, that may throw exception: best pr
  124. Multi-value sorting of map key object problem
  125. default initializing an array
  126. Confusion concerning multiple uses of C++ symbols
  127. Is there any difference between these C++ declarations?
  128. Emulating a bool? (Sutter #45)
  129. static member initialization in templates
  130. partially overloaded virtual functions
  131. Precedence of postfix increment/decrement
  132. Getting Started with Boost -- Ideas and Suggestions?
  133. Template gook: overloading ctor names
  134. Design Question: Common Interface for Any Function
  135. Virtual of a second layer base?
  136. How does memory realocation invalidates references for eleme
  137. const references
  138. overloading member access
  139. What is Monitor?
  140. Re: c++ & GTK+ on Win32
  141. Object initialisation proposal
  142. preincrement/postincrement question
  143. #ifdef ..., #define ..., #endif Sequence Included In Multib
  144. operator lookup question
  145. <functional> header usage
  146. Inheriting from a Template Class?
  147. C-style casts to subclass of polymorphic base
  148. It seems a bug of C++ Standard Library?
  149. Changing access specifiers during inheritance
  150. reinterpret_cast'ing to a reference type
  151. Tutorials on Regular Expression in C++
  152. operator++(int) using operator++()
  153. How to remove the white space characters in text ?
  154. Template Function Specialization
  155. cpp and whitespaces
  156. g++ v3.4.0 bug?
  157. strange vector problem
  158. Array assignments
  159. Explicit Functions
  160. Newbie operator<< question
  161. Labeling jagged arrays
  162. STL Queue issue with Char Buffer
  163. Designing Components Using Namespaces
  164. pushing the limits of use-before-declaration within a class
  165. Freeing a pointer to a global struct
  166. Template parameter deduction
  167. STL containers and objects of classes that overload operator
  168. When must you initialise member variables in a class?
  169. new Eclipse plugin to build C/C++ projects with SCons




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