- 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)
- wrap a buffer as a FILE *
- strcpy_s vs strcpy
- 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?
- need template help
- encapsulating related utility functions
- 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?
- Re: Improving ugly(?) design: Data validation
- Re: cast int to char
- Adapting code for C++98 compliance.
- Duplicate symbols combined without warning
- wide codecvt not used unless sync_with_stdio(false)
- wide codecvt not used unless sync_with_stdio(false)
- Duplicate symbols combined without warning
- Adapting code for C++98 compliance.
- Template function problem language or compiler bug?
- sorting criteria (understanding)
- sorting criteria (understanding)
- Template function problem language or compiler bug?
- templates - partial specialization
- templates - partial specialization
- Re: C++ language: Cloneable classes
- Re: C++ language: Cloneable classes
- Re: Exceptions vs. undefined behaviour
- Re: some quirks of Koenig lookup rule?
- Re: some quirks of Koenig lookup rule?
- Re: Exceptions vs. undefined behaviour
- Re: some quirks of Koenig lookup rule?
- Exceptions vs. undefined behaviour
- Exceptions vs. undefined behaviour
- some quirks of Koenig lookup rule?
- Re: Sending a stream of unsigned char's
- Re: A proposal to cancel overriding the DEFAULT operator new/delete
- C++ language: Cloneable classes
- Re: How to convert a pointer to member function type to a const member one
- Re: A proposal to cancel overriding the DEFAULT operator new/delete
- Calling shared_from_this inside object's constructor
- Look-up table with anonymous functions
- The reuse of keywords in the C++ standard
- Mapping Templates function betweeen 2 class
- Compiler ordering barriers in C++0x
- Deleting items from an std::list , is this code correct?
- A TC++PL protected class question
- C++ and POSIX threads
- C++ and POSIX threads
- exception base class
- exception base class
- N2575: Initializer lists - Alternative mechanism and rationale
- N2575: Initializer lists - Alternative mechanism and rationale
- A Set of Questions About Console I/O and Structures...
- A Set of Questions About Console I/O and Structures...
- How to build a string on the fly, using std::ostringstream?
- How to build a string on the fly, using std::ostringstream?
- Nested variable declarations using the same name
- a concurrent programming abstraction
- Efficient sorting
- pitfalls of string for binary data
- Destructor not called with forward declaration instead of include
- Examing an execution, caught by "catch (...)" possible?
- [Proposal for ISO C/C++] C++ Memory Management Innovation: GC Allocator
- C++ Exercise: Find precision of variable types
- Submitting a Primitive Library for Peer Review
- Samples for non-type template argument other than integral types
- Hexadecimal and bitwise operations
- testing stream "binariness"
- "expected primary-expression before '>'" error?
- assignment operator using a constructor
- const pointer to class problem
- auto_ptr for array of built-ins
- Problems with exception-handling gcc 3.3 Suse 8.2
- generation of called member functions
- communication between classes
- same name for types and variables
- Getting address of enclosing object from address of inner object
- -1%N = -1
- ADL woes
- How to pass enum as default argument
- composition and bad_alloc
- Filestream problems
- Please consider this addition for tuples in c++0x
- Differentiating pimpl idiom classes in c++
- boost variant template type argument count
- copy constructor not being called
- How to declare the type in the class?
- Meyers effective C++, templates, np-complete
- ANN: C++ cycliclogs library/commands is promoted to stable status
- ANN: C++ cycliclogs library/commands is promoted to stable status
- Partially complete types
- Partially complete types
- Simulating new user-defined operators
- Simulating new user-defined operators
- question to understand templates
- question to understand templates
- Writing a std::allocator for a map<>
- String literal as template parameter?
- shift operator undefined behavior
- Avoiding dangling pointers.
- Does taking address of function template specialization not force instantiation?
- anonymous enums and templates
- static const integral members
- Lambda and Tuple question
- operator== on the unordered containers
- C++0X Its about (y)time
- boost::graph problem
- Error value translation idiom
- FRUCTOSE unit test framework status change and article correction
- virtualand nonvirtual templateness"
- typename keyword
- a compiler error in template function default argument value
- std::complex and extensible literals.
- User defined copy constructors
- Class & Instance thereof having same Name.
- Reusing user data block in (de)allocator
- templated virtual functions??
- recommendation for second C++ book? (not a generic request)
- Demangling typeid.
- C++ side effects
- C++ books
- instantiating an allocator with void
- Creating own Virtual method table
- template class specialization trouble
- unordered_map
- deriving a class with a subset of base class methods?
- deriving a class with a subset of base class methods?
- Composition
- templated class : constructor specialization
- Explicit casts to user-defined types
- Explicit casts to user-defined types
- Lame question about template ids
- Lame question about template ids
- Implicitly defined functions properties
- std::map performance
- STL and finding objects by name
- template args
- Wishlist: To override "C" pointers with C++ wrappers
- STL map: reverse iterator for lower_bound?
- Is it allowed that std::map equal_range returns more than 1 elements?
- TR1 true_type and flase_type, how to combine?
- overloaded constructors
- Free Function Detection
- comp.std.c++ still down?
- how to specialization a template class which declare in a template class?
- BoostCon'08 Early Registration Deadline
- boost::lambda and the y-combinator
- Thread cancellation in c++0x
- An insert_iterator for forward_list
- static asserts for value templates
- Definition of lvalue/rvalue
- I got a strange error message when using fstream!
- Templates: default template argument in a friend class template declaration
- coding style
- doubt on non-type template-parameter
- constexpr and interaction with templates
- containing an object
- Polymorphism question
- More proposals for c++ modules.
- delete construct
- Reference Member variables
- Small grammar addition for c++0x. Why not?
- A question about allocating many std::string and another one about profiling stl memory allocation
- Environment of for-loop-incrementation-part
- Return versus Side-Effect
- Using unique with std::map
- char array and delete
- =?ISO-2022-JP?B?YXJyYXkbJEIhIRsoQnZzIHZlY3Rvcg==?=
- need feedback on singleton template
- references as parameters
- Good books about STL and template
- [atomics.flag] About std::atomic_flag default ctor
- Why is the return value of array<T, 0>::data() unspecified?
- access to nested iterator of a std::map with an incomplete type
- Explanation needed for weird method.
- Obtaining the smallest possible *negative* double value