|
|
- "Toward Improved Optimization Opportunities in C++0X" proposal
- "Whole container" algorithms in STL
- (L)GPL and C++ templates issue
- [ANN] Boost 1.32.0 released
- [ANN] depdot 0.1.0 released
- [ANN] idep include dependencies tool
- [ann] WIN32GUI, v1.6 released
- [GOOD THING]boost::array<int,4> a = { 1, 2, 3 };
- [OT] Design of C#. was: I want to think in C++
- [STL] calculate number of occurrences of double in a (big) files
- A problem about using loggic_error in STLport
- About Callbacks in C++
- About enums.
- Accessing member in handler of function-try-block of constructor
- accessing virtulal function from constructor
- alignment of class data..
- Allowing templated classes in STL containers (list/vector)
- An Article about a Cross-Platform Memory Leak Detector
- ANN: C++/Tcl
- ANN: C++/Tk
- Announcing version 0.1 of the OOTL
- Articles on CLI/C++
- atomic operation
- Auto-generate C++ to UML "overall class hierarchy"?
- Automatic C++ header generation?
- automatic casting question
- Building and Linking to a C++ Archive
- C commands sent from server
- C# charts & graphs
- c++ .net How to make a larger dialog box?
- C++ Coding Standards : 101 Rules, Guidelines, and Best Practices
- C++ Function Pointers
- c++ libray for http protocol
- C++ serialization libraries & related problems
- C++ strye guide?
- C++ style constants
- C++ tests
- C99 designated initializers in C++
- Calculating safe alignment for any type
- char* as template parameter
- Chris Hills e-mail with respect to C++ Coding Style Guidelines
- Circular dependencies
- CLI draft
- coding for debugging?
- Compared valarray and blitz. Surprise.
- complete c++ compiler
- Confused about the "Meaning" of the Semicolon
- const C g(); // const?
- const reference optimization
- const vs. non-const w/ home grown iterator
- Container allocator - why not 'template template' parameter?
- continue in catch blocks: well defined?
- conversion in template instantiation
- conversions - a double standard?
- Convert CString to HEX
- copy constructor questions
- Covariant return types and virtual overrides..problem
- Covariant templated return types
- dereferencing the 'last+1' element of an array
- Derived to Base conversions - what does the standard say?
- design/implementation problem
- Destruction order (esp. singletons)
- Deterministic destruction computationally expensive?
- Deterministic destruction...)
- Diagnosis of I/O failures
- Directory sort by filename
- does vector::resize throw bad_alloc exception?
- downcasting pointer to derived class template without knowing template parameters
- dubble delete
- ECS: Elements of C++ Style Automation Testing
- erf() / erfc() function under Visual C++ 6
- Error: "syntax error: got (, expecting Newline"
- Errors using RogueWave template class
- Exceptional C++ Style Errata
- explicit call of constructor on casted void *ptr
- extern "C" changes meaning of inner declarations
- extern "C" changes meaning of inner declarations)
- extract_second - removing the template argument...
- Fat exceptions
- for_each on cartesian product of 2 ranges
- Formatting numbers nicely with DBL_EPSILON
- free standard library documentation
- Function argument type deduction
- function arguments const or not const?
- Function default parameter and name lookup in g++-3.4
- function objects/callbacks/templates/void pointers
- function pointers
- getters and setters [Was: C++ Coding Standards]
- Help with compilation of very short program using boost::tuple
- How could 0x1 become 1.4013e-45 when it is treated as float?
- How does C++ infer this in compilation?
- how is template implemented in C++ compilers?
- How to combine Loki AbstractFactory and Singleton
- how to construct a string with embedded NULLs
- How to init a none static const array class member in cpp?
- How to return pointers of specified positions of a vector
- I have proven Mrs. Liskov to be wrong! (Liskov Substitution Principle)
- I want to think in C++
- inferred template function parameters
- initializing base class members
- initializing embedded anonymous struct static members?
- int(), double(), char() and thier ilk.
- Invoking an overloaded constructor
- Is f() lvalue?
- Is it legal to apply std::copy to array pointers (int**)?
- is_convertible question
- Isn't prefix better than postfix?
- layout of argv[]
- Lint and boost
- Lists of multiple types
- local static allocation
- Loki visitor question
- Looking for template design pattern
- Mailing list interface to comp.lang.c++.moderated newsgroup
- maths
- member intialization
- memcpy for other language text comparision
- Mutex implementation
- Namespace Collision
- Need Container for Large Binary String
- Need help exporting template static data from a dll
- Need help understanding code
- Need some pointers
- new algorithm
- New to C++. Cannot Compile the Following Code? Why??
- Non-inheritance of constructors work-around
- OOP Design Question
- operator .() and property classes
- oveloading "( )" such that A(B)=C where A,B,C are vectors
- Overload resolution
- overloaded * operator and *= operator
- Overriding of member variables in inherited classes?
- patenting 'is not' operator
- Placement new return value
- Pointer To Member Functions, Is This Kind of Use SAFE?
- Pointer-to-member confusion
- polymorphic utility function?
- possible compiler bug?
- Problem with Sun CC. Class derived from template.
- Proposal about operator overloading
- public const and private non-const access methods
- putback breaks the stream state?
- Question about over loading
- Question on memory allocation process of a 2D array
- Question on static and dynamic memory allocation
- Range type)
- Reading text files, std::atoi, Char Variables
- Real-time C++?
- Recursive Calls with Ellipses
- Recursive inheritance through a template parameter
- Reference to a forward declared class as class member?
- retrieve IEEE hex representation of floating point numbers
- returning object with private copy c-tor & private assignmen
- returning object with private copy c-tor & private assignment op
- searching keys in std::map using map::upper_bound
- Simple question on (std::)complex issue
- sizeof on char* p[] will not work
- smart pointer usage frequency
- smart pointer usage frequency)
- Smart pointers, RAII and custom deleters
- Smart Pointers: ownership should not imply automated deletion
- Smart Pointers: ownership should not imply automated deletion (was
- Standard Library-Style Nested Typenames and UDTs
- standard operators
- Standard way to delete container of pointers
- static class member variables
- std-compliance tests for compilers?
- std:: string and UNICODE issues
- STL implementation
- strange interview question
- Strange overload resolution error
- Symbian and STL
- Template base class qualifier needed, why??
- Template class with no arguments
- Template distribute
- Template function access quesiton
- template in partial specialization?
- template member function of template class: definition inside class?
- Template specialization error
- templated functions call C functions
- templates for compile time switches
- Test-Based RPGs Programming
- Threading: early days?
- Tools to generate operator<< and operator>> automatically?
- tr1 iterator concepts
- Trouble with pointer to vector
- true exception-by-value demo =)
- true exception-by-value demo =3D)
- Trying to write my first functor and not doing well...
- Two class member function that differ only in constness
- unanswered question about clause 8.5.3/5
- Urgent : help needed on web server implemenation
- Using std::string in exception classes
- Visual C++ in a medical device?
- vtbl of the subobject to the complete object
- ways to decouple interface and implementation
- What C++ projects are you working on?
- What is the maximum memory available for allocation in a program
- What type is ' int * const& ' ?
- What Value Does Const Correctness Offer
- Which way are fastest to find a string, sorting+binary_search vs. hashing.
- White space within integer literals
- Why do pointer values display as ASCII characters instead of HEX?
- Why is istrstream deprecated?
- Why is the std::complex class so complex?
- Why not "using class" syntax?
- why not a STL matrix class in the standards?
- yaslu vector link error
- Last message date: Tue Nov 30 2004 - 15:53:37 PST
- Archived on: Fri Oct 24 2008 - 20:00:08 PDT
|