C++ Language (Moderated) [Archive]

View Full Version : C++ Language (Moderated)


  1. Deterministic destruction computationally expensive?
  2. "Toward Improved Optimization Opportunities in C++0X" propos
  3. Urgent : help needed on web server implemenation
  4. C++ strye guide?
  5. smart pointer usage frequency
  6. Why is the std::complex class so complex?
  7. Confused about the "Meaning" of the Semicolon
  8. Visual C++ in a medical device?
  9. standard operators
  10. vtbl of the subobject to the complete object
  11. Test-Based RPGs Programming
  12. Why is istrstream deprecated?
  13. coding for debugging?
  14. Calculating safe alignment for any type
  15. operator .() and property classes
  16. Lists of multiple types
  17. does vector::resize throw bad_alloc exception?
  18. Problem with Sun CC. Class derived from template.
  19. Auto-generate C++ to UML "overall class hierarchy"?
  20. Which way are fastest to find a string, sorting+binary_searc
  21. I want to think in C++
  22. Circular dependencies
  23. Need help understanding code
  24. downcasting pointer to derived class template without knowin
  25. free standard library documentation
  26. OOP Design Question
  27. What is the maximum memory available for allocation in a pro
  28. Symbian and STL
  29. Strange overload resolution error
  30. Need help exporting template static data from a dll
  31. Automatic C++ header generation?
  32. How does C++ infer this in compilation?
  33. Chris Hills e-mail with respect to C++ Coding Style Guidelin
  34. Real-time C++?
  35. [STL] calculate number of occurrences of double in a (big) f
  36. member intialization
  37. std-compliance tests for compilers?
  38. Fat exceptions
  39. Need some pointers
  40. Template function access quesiton
  41. STL implementation
  42. patenting 'is not' operator
  43. function pointers
  44. Help with compilation of very short program using boost::tup
  45. Pointer-to-member confusion
  46. Placement new return value
  47. Announcing version 0.1 of the OOTL
  48. "Whole container" algorithms in STL
  49. does vector::resize throw bad_alloc exception?
  50. Looking for template design pattern
  51. Error: "syntax error: got (, expecting Newline"
  52. Function default parameter and name lookup in g++-3.4
  53. memcpy for other language text comparision
  54. Directory sort by filename
  55. C++ style constants
  56. Recursive Calls with Ellipses
  57. static class member variables
  58. dereferencing the 'last+1' element of an array
  59. Function argument type deduction
  60. [ann] WIN32GUI, v1.6 released
  61. ANN: C++/Tcl
  62. accessing virtulal function from constructor
  63. [ANN] Boost 1.32.0 released
  64. Question on static and dynamic memory allocation
  65. Tools to generate operator<< and operator>> automatically?
  66. inferred template function parameters
  67. Overriding of member variables in inherited classes?
  68. automatic casting question
  69. oveloading "( )" such that A(B)=C where A,B,C are vectors
  70. putback breaks the stream state?
  71. New to C++. Cannot Compile the Following Code? Why??
  72. alignment of class data..
  73. Destruction order (esp. singletons)
  74. const C g(); // const?
  75. Covariant return types and virtual overrides..problem
  76. char* as template parameter
  77. why not a STL matrix class in the standards?
  78. template in partial specialization?
  79. erf() / erfc() function under Visual C++ 6
  80. Reference to a forward declared class as class member?
  81. How to return pointers of specified positions of a vector
  82. tr1 iterator concepts
  83. Container allocator - why not 'template template' parameter?
  84. Template distribute
  85. Template base class qualifier needed, why??
  86. C++ serialization libraries & related problems
  87. Pointer To Member Functions, Is This Kind of Use SAFE?
  88. Standard Library-Style Nested Typenames and UDTs
  89. Question on memory allocation process of a 2D array
  90. How could 0x1 become 1.4013e-45 when it is treated as float?
  91. templates for compile time switches
  92. Namespace Collision
  93. true exception-by-value demo =)
  94. Formatting numbers nicely with DBL_EPSILON
  95. polymorphic utility function?
  96. C# charts & graphs
  97. for_each on cartesian product of 2 ranges
  98. C commands sent from server
  99. C++ tests
  100. ECS: Elements of C++ Style Automation Testing
  101. local static allocation
  102. Non-inheritance of constructors work-around
  103. Need Container for Large Binary String
  104. Smart pointers, RAII and custom deleters
  105. Why do pointer values display as ASCII characters instead of
  106. const reference optimization
  107. Invoking an overloaded constructor
  108. Trying to write my first functor and not doing well...
  109. ANN: C++/Tk
  110. possible compiler bug?
  111. White space within integer literals
  112. how to construct a string with embedded NULLs
  113. design/implementation problem
  114. How to init a none static const array class member in cpp?
  115. Accessing member in handler of function-try-block of constru
  116. Is it legal to apply std::copy to array pointers (int**)?
  117. how is template implemented in C++ compilers?
  118. Recursive inheritance through a template parameter
  119. Convert CString to HEX
  120. Diagnosis of I/O failures
  121. const vs. non-const w/ home grown iterator
  122. [ANN] idep include dependencies tool
  123. retrieve IEEE hex representation of floating point numbers
  124. A problem about using loggic_error in STLport
  125. continue in catch blocks: well defined?
  126. Isn't prefix better than postfix?
  127. Template specialization error
  128. Reading text files, std::atoi, Char Variables
  129. [GOOD THING]boost::array<int,4> a = { 1, 2, 3 };
  130. Exceptional C++ Style Errata
  131. yaslu vector link error
  132. initializing embedded anonymous struct static members?
  133. Lint and boost
  134. Question about over loading
  135. Building and Linking to a C++ Archive
  136. C++ Function Pointers
  137. Mutex implementation
  138. Loki visitor question
  139. initializing base class members
  140. overloaded * operator and *= operator
  141. sizeof on char* p[] will not work
  142. Covariant templated return types
  143. extern "C" changes meaning of inner declarations
  144. public const and private non-const access methods
  145. c++ libray for http protocol
  146. templated functions call C functions
  147. searching keys in std::map using map::upper_bound
  148. template member function of template class: definition insid
  149. Mailing list interface to comp.lang.c++.moderated newsgroup
  150. conversion in template instantiation
  151. Errors using RogueWave template class
  152. dubble delete
  153. copy constructor questions
  154. maths
  155. How to combine Loki AbstractFactory and Singleton
  156. Two class member function that differ only in constness
  157. conversions - a double standard?
  158. function objects/callbacks/templates/void pointers
  159. Trouble with pointer to vector
  160. c++ .net How to make a larger dialog box?
  161. [ANN] depdot 0.1.0 released




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