PDA

View Full Version : C++


Pages : [1] 2 3

  1. std::max(unsigned, size_t), amd64 and C++0x
  2. Class Scope Not Being Honored?
  3. Overhead diffences between structs and classes
  4. Defect Report: Garbled Description of the "continue" Statement
  5. Template specialization with template parameter
  6. Which design in better? (Also posted in comp.lang.c++)
  7. Re: function overload resolution by polymorphic types
  8. derived class members being used in base class
  9. C++0x Variadic Templates
  10. observer / mediator perhaps ... design woes
  11. Emulating concept based overloading
  12. Template syntax help
  13. Initialize one vector using elements in second vector...
  14. Why union cannot have member having user defined constructor ?
  15. How to maintain a c++ abi
  16. Strange questions about : int atoi(const char *nptr);
  17. Question regarding a Singleton template
  18. adapter function for for_each
  19. Nonlinear root finder/solver in (proper) C++?
  20. Problem with Singleton template (2)
  21. default option at the beginning of switch
  22. How to use namespace in a class definition?
  23. When to use a customized allocator instead of the default one when using STL container classes?
  24. [allocator.concept] smart pointer clarifications
  25. char and wchar_t
  26. Templates: Two methods with same name
  27. Who discovered the type erasure technique in C++?
  28. Force 'char' to be implemented as 'unsigned char'?
  29. non-const reference to temporary
  30. Constructing a string using istream_iterators
  31. Singleton overview
  32. virtual inheritance for class template
  33. basic_regex and allocators
  34. C++0x; string literals and initializers
  35. Wrapping widely accepted libraries
  36. C++ Union compilation errors
  37. comp.lang.c++.moderated parameter
  38. Destructor
  39. passing array to the constructor
  40. ODR vs compile-time metaprograms
  41. Const method returning a functor to non-const method
  42. Non static members
  43. C++0x: concept Convertible<T> issues
  44. Irks of C++0x
  45. Mastery of C++
  46. How to stl library efficiently?
  47. stl map key not found problem
  48. decltype in terms of non-static class members
  49. Return type
  50. Basic concept: undefined behavior, ill-formed program and diagnosable rules
  51. Does main function support unicode?
  52. Exceptions as smart pointers
  53. [templates] scope global variable
  54. Using declaration
  55. Segfault in .so file.
  56. question mark operator
  57. Graph representation
  58. [ANN] U++ 2008.1 released
  59. user defined negate operator
  60. Method call directed off null pointer - legal?
  61. Develop an Application that support database
  62. Stack Overflow
  63. Decorator design pattern ( C++ )
  64. Declaration changes meaning
  65. Difference between "unspecified behaviour" and "undefined behaviour"
  66. assertions: does it matter that they are disabled in production?
  67. Templates and greater than / less than ambiguity
  68. Access NULL / 0 pointer without program crash?
  69. stl and stateful allocators
  70. Future of C++
  71. navigating(resolution) inside double diamond
  72. Is this code safe? (std::exception constructor with local char*)
  73. Design question: best way for initializing many small objects
  74. What would be considered "unusual" C++ code?
  75. Available C++ Libraries FAQ
  76. why would i use '!!' ?
  77. error C2664
  78. does g++ treat 'and' as a keyword?
  79. Need timer with ability to time long intervals and sub-second precision
  80. CString changing an independant int
  81. Performance cost of RTTI vs programmed type system
  82. Static reflection - a base for runtime reflection?
  83. Type of enumerator
  84. Confusion on "extern"
  85. Throw from terminate?
  86. memory efficient STL allocator alternatives?
  87. common_type and references
  88. pointers and references to automatic variables :( how to do a good builder pattern implementation?
  89. printf vs streams (cout) - performance vs robustness?
  90. long long int type, does iso c++ hase this type?
  91. atomically thread-safe Meyers singleton impl...
  92. Help with extern "C"
  93. Move semantics and moved/empty objects
  94. Pass by const-reference, temporaries and copyability
  95. exceptions and resource deallocation
  96. Re: nested template question
  97. Instantiation of Base Class.
  98. cast to void*(compile time catching)
  99. Vectors and "Release Build"
  100. Confusion on Linkage
  101. Bools
  102. NaNs
  103. Google Group: architectgurus
  104. ACCU 2009 conference -- call for participation
  105. name lookup question ("gotw 30")
  106. Accelerated C++ exercise 4-2 -- converting int to string?
  107. boost mpl list
  108. Defect report: basic streambuf setg parameter
  109. basic operator lookup question
  110. Streaming a wstring to a wofstream
  111. Another Koenig lookup thread, yes, kill me now
  112. Detection of fatal errors
  113. a different way to get the stringifyed value of an enumeration
  114. LWG Issue #387 -- std::complex
  115. Exception safety -- once again
  116. overriding new and delete operators...and didn't work as I expected
  117. Array of unknown bound
  118. Singletons and destructors
  119. "Function Types"
  120. Address constant expression
  121. ios_base::app Standard behavior
  122. = delete - what does this do?
  123. Visual Studio 2005 complains about memory leaks
  124. Standard Conversions
  125. sscanf behaviour
  126. Static and virtual
  127. Finding the Median of 2 Vectors
  128. Order of destruct of local variables
  129. Finding the global maximum of a looong polynomial
  130. Array vs Vector performance
  131. RValue Arrays
  132. Hellp in handling 2^15 variables
  133. Suggestions on map template / Library
  134. Help with Compile Error :)
  135. Why is bitset defined in the associative containers section?
  136. Class member acces through pointer vs object
  137. Weird behavior with uninitialized data
  138. Vector et al default initialized
  139. nested template class instantiation from template function problems
  140. What kind of questions should be asked in this group rather than comp.lang.c++?
  141. changing streambuf to address a security hole
  142. static class
  143. Key strategies for hash_map
  144. "Inheritance break Encapsulation "
  145. std::set as search tree - manipulate elements?
  146. Available C++ Libraries FAQ
  147. Implementing call back functions effeciantly
  148. class member function binding
  149. Question copy semantics in structs containing arrays
  150. Static members
  151. Address of overloaded function
  152. hash_map insertion question
  153. N2673 question
  154. boost weak pointers and boost optional
  155. C/C++ from HTML+Javascipt
  156. How to ban a class copy?
  157. Exception-safety of erase
  158. Return type of a function
  159. Anonymous Class
  160. Binary search question
  161. stl, iostream and wchar_t
  162. Auto_ptr<> woes.
  163. SOCI 3.0.0 - The C++ Database Access Library
  164. String literals
  165. Struggling with optional funtionality in a derived class
  166. N2691 Inconsistencies in construct_element requirements
  167. N2691 Inconsistensies in scoped_allocator_adaptor members
  168. Fat String Class
  169. auto concept StrictWeakOrder
  170. unique_count() - is it missing?
  171. Static data - can it go out of scope?
  172. common_type result dependent on order or template parameters
  173. variadic class templates
  174. [temp.variadic]: variable parameters of the same type
  175. More problems with sort
  176. Return type of ternary ?: and Sutter's GOTW 48 revisited
  177. What's the point of passing parameter by value (vs. const ref)
  178. strcpy_s vs strcpy
  179. wrap a buffer as a FILE *
  180. num_put facet has no 'float' handling
  181. ambiguous call to overloaded function
  182. Comment on my adapter concept
  183. Access internal methods in compounds?
  184. variable function in a template ?
  185. why are foos like vector<T>::size no duplicate symbols for linker?
  186. basic c++ inquiry
  187. Example (3.3.6) from standard puzzles me
  188. Public member variables acceptable?
  189. Why not reject the dynamic instantiation of a class with non-virtual destructor?
  190. template problem
  191. problem with iterator declaration within template
  192. A vector of strings
  193. Smart Pointer problem
  194. Dynamic libraries problem.
  195. Accessing columns of 2D array
  196. how to make a template out of these two class
  197. templates in templates
  198. order preserved in a std::map ?
  199. deleting non-constructed objects
  200. insertion with hint
  201. Singleton classes and inheritance
  202. Using Visitor and smart pointers
  203. share a variable across two libraries
  204. 64-bit Random Number Generator
  205. How to avoid multiple definitions of global variable
  206. Division result is always 100 instead of 99.99
  207. Can class have a member vector of itselfs?
  208. Re: Operator Overloading: new and new[] operators
  209. Template and Inheritance
  210. trouble with structs
  211. How is common_type (N2615) supposed to work?
  212. encapsulating related utility functions
  213. need template help
  214. question on assignment
  215. Re: Improving ugly(?) design: Data validation
  216. question about template specialization
  217. Re: How to impliment searching the definition of a c/c++ function in a c/c++ source file
  218. a confusing behavior for int=double
  219. Re: Programming on Linux vs Windows
  220. templates T and return value
  221. STL containers w/ smart pointers
  222. implicit conversion
  223. Unicode Marker: (was cast int to char)
  224. Thread mess
  225. Re: Allocating huge objects dynamically?
  226. Re: How Type-Safe is C++?
  227. Application crashes while using OTL class
  228. Re: Allocating huge objects dynamically?
  229. Re: How Type-Safe is C++?
  230. Re: static variables in g++
  231. Re: Allocating huge objects dynamically?
  232. Re: Allocating huge objects dynamically?
  233. Re: comp.std.c++
  234. template specialization for multiple classes
  235. Re: cast int to char
  236. Re: How Type-Safe is C++?
  237. Re: How Type-Safe is C++?
  238. please get me learn c++ web . 3Q 3Q~~
  239. const char*/const char[] as non type Template Argument
  240. Re: How Type-Safe is C++?
  241. Re: How Type-Safe is C++?
  242. Re: Improving ugly(?) design: Data validation
  243. Re: Questions about default constructed STL container elements
  244. Re: If the initialization list fail, is the destructor called?
  245. Re: cast int to char
  246. Defect Report: integral_constat::value should be constexpr
  247. regex on istream
  248. Re: How Type-Safe is C++?
  249. Re: Simple parsing with iostreams
  250. Re: Allocating huge objects dynamically?