- std::max(unsigned, size_t), amd64 and C++0x
- Class Scope Not Being Honored?
- Overhead diffences between structs and classes
- Defect Report: Garbled Description of the "continue" Statement
- Template specialization with template parameter
- Which design in better? (Also posted in comp.lang.c++)
- Re: function overload resolution by polymorphic types
- derived class members being used in base class
- C++0x Variadic Templates
- observer / mediator perhaps ... design woes
- Emulating concept based overloading
- Template syntax help
- Initialize one vector using elements in second vector...
- Why union cannot have member having user defined constructor ?
- How to maintain a c++ abi
- Strange questions about : int atoi(const char *nptr);
- Question regarding a Singleton template
- adapter function for for_each
- Nonlinear root finder/solver in (proper) C++?
- Problem with Singleton template (2)
- default option at the beginning of switch
- How to use namespace in a class definition?
- When to use a customized allocator instead of the default one when using STL container classes?
- [allocator.concept] smart pointer clarifications
- char and wchar_t
- Templates: Two methods with same name
- Who discovered the type erasure technique in C++?
- Force 'char' to be implemented as 'unsigned char'?
- non-const reference to temporary
- Constructing a string using istream_iterators
- Singleton overview
- virtual inheritance for class template
- basic_regex and allocators
- C++0x; string literals and initializers
- Wrapping widely accepted libraries
- C++ Union compilation errors
- comp.lang.c++.moderated parameter
- Destructor
- passing array to the constructor
- ODR vs compile-time metaprograms
- Const method returning a functor to non-const method
- Non static members
- C++0x: concept Convertible<T> issues
- Irks of C++0x
- Mastery of C++
- How to stl library efficiently?
- stl map key not found problem
- decltype in terms of non-static class members
- Return type
- Basic concept: undefined behavior, ill-formed program and diagnosable rules
- Does main function support unicode?
- Exceptions as smart pointers
- [templates] scope global variable
- Using declaration
- Segfault in .so file.
- question mark operator
- Graph representation
- [ANN] U++ 2008.1 released
- user defined negate operator
- Method call directed off null pointer - legal?
- Develop an Application that support database
- Stack Overflow
- Decorator design pattern ( C++ )
- Declaration changes meaning
- Difference between "unspecified behaviour" and "undefined behaviour"
- assertions: does it matter that they are disabled in production?
- Templates and greater than / less than ambiguity
- Access NULL / 0 pointer without program crash?
- stl and stateful allocators
- Future of C++
- navigating(resolution) inside double diamond
- Is this code safe? (std::exception constructor with local char*)
- Design question: best way for initializing many small objects
- What would be considered "unusual" C++ code?
- Available C++ Libraries FAQ
- why would i use '!!' ?
- error C2664
- does g++ treat 'and' as a keyword?
- Need timer with ability to time long intervals and sub-second precision
- CString changing an independant int
- Performance cost of RTTI vs programmed type system
- Static reflection - a base for runtime reflection?
- Type of enumerator
- Confusion on "extern"
- Throw from terminate?
- memory efficient STL allocator alternatives?
- common_type and references
- pointers and references to automatic variables :( how to do a good builder pattern implementation?
- printf vs streams (cout) - performance vs robustness?
- long long int type, does iso c++ hase this type?
- atomically thread-safe Meyers singleton impl...
- Help with extern "C"
- Move semantics and moved/empty objects
- Pass by const-reference, temporaries and copyability
- exceptions and resource deallocation
- Re: nested template question
- Instantiation of Base Class.
- cast to void*(compile time catching)
- Vectors and "Release Build"
- Confusion on Linkage
- Bools
- NaNs
- Google Group: architectgurus
- ACCU 2009 conference -- call for participation
- name lookup question ("gotw 30")
- Accelerated C++ exercise 4-2 -- converting int to string?
- boost mpl list
- Defect report: basic streambuf setg parameter
- basic operator lookup question
- Streaming a wstring to a wofstream
- Another Koenig lookup thread, yes, kill me now
- Detection of fatal errors
- a different way to get the stringifyed value of an enumeration
- LWG Issue #387 -- std::complex
- Exception safety -- once again
- overriding new and delete operators...and didn't work as I expected
- Array of unknown bound
- Singletons and destructors
- "Function Types"
- Address constant expression
- ios_base::app Standard behavior
- = delete - what does this do?
- Visual Studio 2005 complains about memory leaks
- Standard Conversions
- sscanf behaviour
- Static and virtual
- Finding the Median of 2 Vectors
- Order of destruct of local variables
- Finding the global maximum of a looong polynomial
- Array vs Vector performance
- RValue Arrays
- Hellp in handling 2^15 variables
- Suggestions on map template / Library
- Help with Compile Error :)
- Why is bitset defined in the associative containers section?
- Class member acces through pointer vs object
- Weird behavior with uninitialized data
- Vector et al default initialized
- nested template class instantiation from template function problems
- What kind of questions should be asked in this group rather than comp.lang.c++?
- changing streambuf to address a security hole
- static class
- Key strategies for hash_map
- "Inheritance break Encapsulation "
- std::set as search tree - manipulate elements?
- Available C++ Libraries FAQ
- Implementing call back functions effeciantly
- class member function binding
- Question copy semantics in structs containing arrays
- Static members
- Address of overloaded function
- hash_map insertion question
- N2673 question
- boost weak pointers and boost optional
- C/C++ from HTML+Javascipt
- How to ban a class copy?
- Exception-safety of erase
- Return type of a function
- Anonymous Class
- Binary search question
- stl, iostream and wchar_t
- Auto_ptr<> woes.
- SOCI 3.0.0 - The C++ Database Access Library
- String literals
- Struggling with optional funtionality in a derived class
- N2691 Inconsistencies in construct_element requirements
- N2691 Inconsistensies in scoped_allocator_adaptor members
- Fat String Class
- auto concept StrictWeakOrder
- unique_count() - is it missing?
- Static data - can it go out of scope?
- common_type result dependent on order or template parameters
- variadic class templates
- [temp.variadic]: variable parameters of the same type
- More problems with sort
- Return type of ternary ?: and Sutter's GOTW 48 revisited
- What's the point of passing parameter by value (vs. const ref)
- strcpy_s vs strcpy
- wrap a buffer as a FILE *
- num_put facet has no 'float' handling
- ambiguous call to overloaded function
- Comment on my adapter concept
- Access internal methods in compounds?
- variable function in a template ?
- why are foos like vector<T>::size no duplicate symbols for linker?
- basic c++ inquiry
- Example (3.3.6) from standard puzzles me
- Public member variables acceptable?
- Why not reject the dynamic instantiation of a class with non-virtual destructor?
- template problem
- problem with iterator declaration within template
- A vector of strings
- Smart Pointer problem
- Dynamic libraries problem.
- Accessing columns of 2D array
- how to make a template out of these two class
- templates in templates
- order preserved in a std::map ?
- deleting non-constructed objects
- insertion with hint
- Singleton classes and inheritance
- Using Visitor and smart pointers
- share a variable across two libraries
- 64-bit Random Number Generator
- How to avoid multiple definitions of global variable
- Division result is always 100 instead of 99.99
- Can class have a member vector of itselfs?
- Re: Operator Overloading: new and new[] operators
- Template and Inheritance
- trouble with structs
- How is common_type (N2615) supposed to work?
- encapsulating related utility functions
- need template help
- question on assignment
- Re: Improving ugly(?) design: Data validation
- question about template specialization
- Re: How to impliment searching the definition of a c/c++ function in a c/c++ source file
- a confusing behavior for int=double
- Re: Programming on Linux vs Windows
- templates T and return value
- STL containers w/ smart pointers
- implicit conversion
- Unicode Marker: (was cast int to char)
- Thread mess
- Re: Allocating huge objects dynamically?
- Re: How Type-Safe is C++?
- Application crashes while using OTL class
- Re: Allocating huge objects dynamically?
- Re: How Type-Safe is C++?
- Re: static variables in g++
- Re: Allocating huge objects dynamically?
- Re: Allocating huge objects dynamically?
- Re: comp.std.c++
- template specialization for multiple classes
- Re: cast int to char
- Re: How Type-Safe is C++?
- Re: How Type-Safe is C++?
- please get me learn c++ web . 3Q 3Q~~
- const char*/const char[] as non type Template Argument
- Re: How Type-Safe is C++?
- Re: How Type-Safe is C++?
- Re: Improving ugly(?) design: Data validation
- Re: Questions about default constructed STL container elements
- Re: If the initialization list fail, is the destructor called?
- Re: cast int to char
- Defect Report: integral_constat::value should be constexpr
- regex on istream
- Re: How Type-Safe is C++?
- Re: Simple parsing with iostreams
- Re: Allocating huge objects dynamically?