- Practical applications on C++
- vector::pop_back issue
- Value from exception object
- private copy ctor for exception handling class
- C++ class: to static or not
- Hybrid container
- Compiler oddness with << overload
- Good ole gnu::hash_map, I'm impressed
- java vs. c++ (non-technical comparison)
- Virtual functions
- "Inheritance break Encapsulation "
- Design question: alternative to inheritance.
- Undefined symbol with g++
- Error in this piece of code
- removing namespace std
- Any ORM Tools for C++?
- How can I transform source range to destination range that is thesame as source?
- Any efficient XML parser for C++?
- access modifier in c++
- shell script style in C++
- templates, non-type parm
- How to free memory used in a vector<float>
- Does this code has problems?
- Null references.
- Constructor syntax woes.
- with Linker errors
- up/downcast with shared_ptr?
- Individual mails
- Subclassing string class
- SFINAE revisited
- C++ equivalent to spaghetti code
- Template metaprogramming question
- How large is the stream buffer?
- Copy constructor for class with vector of pointers
- About ifstream
- Initialize static members outside the class
- pow
- How to get mantissa?
- how can i get a CPropertySheet pointer in its CPropertyPage? Thanks~
- ANSI and GNU regarding compatibility
- How to get the CPU Usage of other applications? Thanks
- What's the difference between >> and get()?
- inherits mixin. What is wrong?
- Print names of polymorphic objects?
- reference type methods
- Scope of class template static data members
- covariant return type
- Monitoring print job
- How to change the length of "\t"?
- man for cmath
- Streambuf with code conversion
- Seeking algorithm: find last greater than
- .h .cpp
- Eliminating private members from header files
- template partially specialization for different namespaces
- getting unique identifier out of two variables
- Unexpected compiler behavior relating to size_t and boost - VisualStudio 2005.
- write text to clipboard (linux)
- Plotting in C++?
- difference between pointer and reference
- C++ Compiler for windows?
- Char Pointer Argument/Parameter
- array
- Memory leak with pointer used without new operator
- Stuff a pair of size_t into an uint32_t
- 2D-array of pointers, set all to null?
- pragma pack(1) on struct contains object
- std::vector fast access
- How to use a class's member function in STL's algorithm?
- C++ features in LINUX?
- Overload lookup of pointer-to-member
- C++0xA
- How to determine if a virtual method has been overridden?
- Struct Initialization
- Hijri Calendar
- Template friend function injection
- A new classification method for RNGs: Significance Level
- How to show a message on mismatch of data type?
- Call by value vs. Call by reference
- why appear warning's (metaprogramming)?
- how to have user defined hash for unordered_map ?
- hash_set: how to handle collisions?
- Passing References: Is this correct and according to standard?
- array initialiser list, order of initialisation
- Call for participation: What types of organisations adopt agile methods?
- Comparison Against NaN
- friend default constructor
- 2 suggested new features for C++
- polymorphic use problem
- need in object orientated programming
- How to use a derived class with constructor
- Re: irregular (non-consecutive) iteration (for loop)
- Advanced Design Concepts in J2EE ( Exceptions, Abstract Classes andDesign Issues & Solutions)
- pure virtual function in template class
- Smart pointer for observe only behavior
- How can I format stream not in such an awkward way?
- design q: decorator pattern
- confusion on the preprocessor instrcution
- C++ design and open source projects.
- Repeated code w/ slightly different functions -- generic programming?
- copying a vector of objects at runtime
- me out to correct logical error in this code
- How to get the class name inside the class's member function?
- Why does boost::add_const exclude T&?
- code critique please.
- c++ type system
- bitset variable
- What's the correct syntax for a friend with template parameters?
- Cast operation or string conversion?
- Static arrays of objects in C++ in other classes.
- const MyClass& operator= ... ...
- using static arrays
- Multi-character constants
- performance measure for optimized c++ code
- What's the boost pool allocator good for?
- Have anyone try intel C++ compiler?
- problem with cross-platform io su txt file
- bitset in C
- Server-Client application problem
- C++ Abstract Factory Implementation
- system call as variabe
- Does destructor of base template class need to be virtual?
- system call as variabe
- Automatic Versus Dynamic
- C++ Abstract Factory Implementation
- Offset of mixin
- Unary functor on algorithm using copy constructor
- pipe blocked
- questions about the STL sort()
- template specialization problem
- procedure flow diagram
- matching multiple template
- how to using in c graphics
- flow/procedure call
- File Reading
- g++ -O2 OK, -O3 Segmentation fault
- Predictably formated output with std::cout?
- private member functions as friends
- Coordinate space manipulation
- GCC 3.4.3 and GCC 4.1.2
- GDB Implementation
- UNICODE
- C++ Warning
- Print numbers
- algorithm copy from vector to set - newbie question
- Cloning
- Pointer
- extern "c" usage?!!
- regarding syntax
- ! confusing "const"?
- Own Exception class derived from runtime_error
- map iterator
- tr1, random numbers
- Redirecting output from console programs
- Interpreter for C/C++?
- Why Deitel's book should be bad?
- Templating composed functions
- Pointers and Delete Operator
- How to make IntelliSense work with WTL 8 classes
- Use Inline in class?
- Comparing an element with a set
- Installing Visual Studio 2008, VC++ 9
- Use Function Pointer Instead Friend?
- Sandbox server
- Why people use "new" & "delete" too much?!!
- is_ascii() or is_binary() for files?
- copy constructor and return value optimization
- Writing an own string class
- C++ Crawlers
- Query regarding iterators and vector
- beginner question about storing binary data in buffers, seeing binarydata in a variable, etc
- Base class returning children's data
- Ragged array whose rows are of varying size
- std::vector: reserve required?
- Local array scope
- Strong Type generic Composite class
- Having compilation error: no match for call to ‘(const __gnu_cxx::hash<long long int>) (const long long int&)’
- Template accepting partial type names?
- Constant member of a class
- ptr_fun & tolower confusion
- The Cathedral and the Bazaar
- C C++
- Do I pass an int by value or reference in constructor?
- Working through many typedefs
- announce: New Google C++ Testing Framework
- How to call a function by a string of name & How to get the name of aclass?
- Launching a process (exe) using the same process id as the launcher
- Surprising struct initialization
- How to handle variable number of arguments?
- Problem with adding a data into a vector
- Class templates
- int8_t/uint8_t
- how can i write the iterator about my struct
- About for_each usage
- Min and max of a POD
- Problem with static downcast of base type to derived type
- perl library for C++
- forward declaration & virtual member function return derived class
- template; how to dont instantiate a function if type is a pointer..?
- Newer StringBuilder? How to set String to null safely?
- vector vs map iterator
- trouble with std::find_if()
- Learning C++ questions
- Launch a application after login page and before desktop !!!
- Dev C++ compile problem
- Strcpy_s and strcpy
- compilation warning # pragma once
- Is there an algorithm for integer multiply and divide at the same time?
- when a c++ output stream operation fails
- I can't read the first byte of an EXE file!!!!!
- gcc 4 can not resolve member var derived from base class in atemplate class
- Re: : Hands on Technical Training on Linux Device Driver
- Use const_cast to modify member variable?
- vector of vector's
- how to initialize an stl iterator in vc2005
- Available C++ Libraries FAQ
- Write Unicode
- about end() usage
- wistringstream wierd problem (but istringstream works)
- Name of user's language, in English
- Multiple index maps
- parsing error
- Re: YAPL - Yet Another Programming Language
- Problem about efficient data representation
- class instantiation question
- is the syntax for fixed-length integers the same for C and C++?
- Re: YAPL - Yet Another Programming Language
- template specialization for pointer-to-type
- Initializing array of objects during declaration
- vector of class
- Re: YAPL - Yet Another Programming Language
- what is this syntax about?
- Tool to delete unneeded methods/enums, etc.
- Implicit conversion from int to double
- How to get template parameter, when i match a template?
- How to return stdout from a method ?
- API for encoding/decoding to base64
- ambiguous call to overloaded template function
- file position
- How to create static array of template class object?
- "ISO C++ forbids declaration of uchar with no type"
- Memory layout of class
- Basic question C++ exception
- Re: c++ class design: where to put debug purpose utility class?
- Designing lower level classes.
- basic question on c++ linking
- How to debug macro?
- Inheriting from std::ostream to override formatting.
- Question about interfaces
- Curly Braces
- size of an array at runtime?
- Truncating integer
- Handling external ressource (aka How can I find a process' executablefile)
- Constructor questions
- exception handling (std::ios_base::failure)
- Lies of Billy Gates of Microcrap
- Write Function Pointer Array
- Graphical representation of class relationships
- Platform independent types
- strcmp, please me understand this
- pointer to a member of a member
- Is this reference declaration legal?
- Problem with compilation of templatized code
- Re: c++ class design: where to put debug purpose utility class?
- 2 classes, 1 method
- Initialising a map
- OnClick Events of button does not come when I put them insidegroupbox.
- template function question
- Library design opinions...
- more inheritance patterns
- class design: where to put debug purpose utility class?
- A vector of strings
- about std::complex<>'s real() and imag()
- Pointer to member function
- Concerning Partial Template Specialization
- Portable C++ GUI framework
- Shared library compiled by Sun studio can't be used by G++
- ÿ rubbish in my .bak file
- Pointers In C++
- need a good explanation
- is it safe to access a complex<double> array as a double array oftwice the length?
- Book Recommendation?
- List of doubles for overloaded assignment operator's RVALUE???
- how to write a macro like this?
- Logical Constness
- Two i/o questions
- Purpose of protected constructors
- How to sort vector<complex<double> >
- construct a new type obj failed---how to walk around it...
- How can you edit the std::cin delim char?
- Q. about POD with const member (or g++ vs. Comeau)
- Parsing string
- Reading an int array from file.
- learning c++
- Recursive Function
- C++0x Enumeration question
- Internals of how variable scoping works
- stl heap question: restoring heap validinty after changing 1 element
- C++ Framework
- Funny bit games