- Need to View the contents of an EXE file
- ofstream
- cout
- CC and K flag
- How to random read/write the file in fstream?
- Return stdin to keyboard
- ANN: C++ string library expands platform and compiler support
- how to swap with pointers ?
- struct searching
- successor function for STL lists
- Assignment Operator with auto_ptr
- Assignment Operator with auto_ptr
- Disable a VC7 error
- newbie Question on Templates
- ERROR: storage size of 'tzp' isn't known
- Please Help: problem using char[9] as key type of map
- q: static variable initiaization
- access to member array via public members
- efficiency of vector::push_back?
- C++ and Interfaces, Multiple Inheritance or Composition?
- free xml to c++ binding tool
- Thunking
- How to check memory leak in C/C++ programs?
- Posix Thread : C++ : poiinter to Member function
- Earn money searching the Web. It really works.
- Lock free thread safe smart pointer based on double linked list
- free xml to c++ binding tool
- GRETA and STLPort?
- Hashmap copy constructor
- Route table changing application
- Inheritance
- Can't get this static class linked.
- how do I link vftable?
- The ideal factory
- template problem
- How to extract the key name in hash_map
- Sending binary data to stdout
- CString
- Built in type inheritance.
- Subject: C to JVM compiler (AMPC)
- Simple crypto library
- prefix vs. postfix
- Diff btwn Function overloading and overriding
- Self id of object array
- URL in C++
- STL
- need to know the container category
- operator+= question
- c++ compiler
- Howto obfuscate OBJECT code (and not source code)?
- STL and Handle body pattern
- API Design
- Compiler options for 16-bit DOS applications?
- g++ and locale on Solaris 10
- Matrix multiply code
- std::getline
- ===Welcome to comp.lang.c++! Read this first.
- STL, Handle-Body,templates
- implementation of queue in c++
- map : iterator increment/decrement code
- How to force 'inline' with GCC or ICC
- operator<< in a template class
- STL and some Template
- Initializing Object References...See Example Code!!
- const string which cause segmentation fault - any way to detect this bug during compile time?
- formatting floating numbers into 7 digits?
- core-dump with list copy
- Recursive construction of derived classes.
- plz tell me how 2 find GCD(greater common diviser)
- A function for a generic STL container
- Having trouble with my queue.
- Client/server Multicast API
- calling base class destructor implicitly from derived classes
- Re: The world is really unstable these days......
- can't find third-party C++ library
- boost program_options link error
- Accessing static data member through a method of destroyed object
- Linker Errors - symbols pointing to templates not resolved
- What does it mean const() after function declaration
- How can be added an annotation text box to points of a chart series?
- Generating licence key & expiry date from C/C++
- simple reference question
- How to interate map
- Member functions inside structure blocks?
- Standard for returning character arrays?
- DAMAGE: after Normal block (#45)
- Doubt with auto_ptr_ref
- question regarding header files
- Qs on 'late construction' and operator >>
- how to link static library to another static libraries
- It seems gdb can not work well for c++ program
- Virtual functions --- Explain me.
- return static multidim array
- Public Data in Private Class or Private Data in Public Class?
- Just a liitle question abou VC++ and MFC
- template
- type t determination - operator << and >>
- benchmark to calculate the time of each memory access
- Re: how to make a static function a friend of a class
- more template problem
- Sharing a trivial static_assert meta-function, any comments?
- STL problem
- typename liability for inherited typedefs
- namespace templates
- Forward declarations and inlining
- C++ code war programs !!!
- Static library Vs. Dynamic library
- Anyway to extract properties and interfaces provided by any object.
- "virtual outside class declaration" and "declaration does not declare anything"
- STL function REMOVE doesn't work
- redeclaring (pure) virtual functions in derived classes?
- Porting from Visual Studio to Borland Command Line Compiler
- Templated compositors
- Proxy classes
- What would be the output? and Why?
- explicit instantiation of template methods of template classes
- Some strange behaviour of printf.
- speed up
- what's wrong with this helloworld program?
- When to use #include <> and #include " "
- g++: 'const' qualifiers cannot be applied to...
- Write short to file in binary format
- about istream_iterator
- statically link with third-party C++ libary
- derivation of a template class
- inlining and function static variables
- Foward iterators
- Identifying char * vs char[CONSTANT]
- static_cast, inheritance and more.
- OMG Lightweight Log
- match char* to enum
- gcc doubt + how errors are handled
- A basic C++ question
- Is there any good introduction books on C++multithread programming
- template argument required
- Re: base class destructors and unary_function
- operator overloading in templates
- Newbie question on vectors of pointers
- Default constructed random access iteratators
- Q> How can I pass a value through CREATESTRUCT in MDI applications?
- help understand source code in charpter 14.4 of accelerated C++
- graph/chart api?
- subscript operator overloading
- xsd (XML schema) to c++ code
- default value with reference variable
- Recommended practise for exceptions specifications?
- Explanation requested for this speed increase
- throw()..clarification
- alternative to casting to derived type
- Problem using new
- Re: ostream constructor behaviour
- Libraries Dependencies
- To use a pointer or not.
- std containers and memory
- using namespace
- Re: ostream constructor behaviour
- STL Container to use?
- unicode
- Is A.func1(param1).func2(param2.)func3.(param3) legal ???
- ===Welcome to comp.lang.c++! Read this first.
- socket in C++
- assert to exception : what is the scenario
- problem with testing method with STL
- Invoking templatized base class constructor from templatized derived class constructor
- volatility and extern "C" functions
- Enum and string // variable from string
- gcc3.2.3 : exception caught, but still segment fault
- STL list in a wrapper class
- Nested class definitions
- Sets and level order iteration.
- Ask about: C++ IDE for Linux
- map iterator
- Calling a funciton implicitly ?
- function create at runtime
- Detection of enum as template parameter
- Instansiating an object
- explaination need for if such a qualifier appears at the outermost level of the parameter type, it is simply ignored:
- Which (free) concurrency library can you suggest me?
- why List<ColorPtr> error2; is not corrent?
- ODBC link-time error
- example for define an ordinary function needed.
- deep and shallow copy
- Importing a DLL function
- getting value from listbox
- heap vs stack memory
- why won't this work after 158th position? get()
- Protecting files
- Namespace in a typedef
- Calling functions from cast operator
- ar and library
- Passing pointer to member function to different member function that then calls for_each
- What is "incomplete type?" (compiler error)
- hiding #define and const string value
- map iterators -- Circulators?
- Placement new and templates
- Very strange error
- compiling a c++ class library
- looking for c++ for MacOS
- Can I call the function in this way
- urgent help in Qt required
- Which is more efficient:STL:Set or array?
- Any good tutorial books on mySQL and C++ interface
- need help with stl lists
- Iterating through multi_array_ref like a C-array
- convert fortran real to...
- hash_set: problem with hash function?
- C++ exception handling : impacted by gcc optimizaton level?
- Binary search tree and Dictionary
- should it be member function or not
- Accessing a Meber function through a pointer to a class
- Making .lib file from C++ file ??
- unicode text file
- copy construktor
- copy constructor
- more copy constructor when returning value
- XML server for XUL application
- exception handling within initialization list
- Order of evaluation
- Sound Triggering
- Assign class memer in body of constructor
- Evaluation of expressions
- LEDA compilation problem
- global variables
- Advice on input organisation
- temporary object
- Template matching with inner classes
- Assigning floats using precision (funny example)
- Implicit typename, typedefs, and inheritance
- Enums reference in C++
- Here it is. The smoking gun.
- Empty class declarations
- can I do "delete &reference"
- What is the data structure & algorithm that is fastest searching & sorting.
- dynamic_cast to find out the deleted pointer
- Program Closes
- I need a programmer
- some stuff about Qt + urgent help
- a question about understanding some piece of text from a book
- VC++ .NET 2003 Output Window
- Assignment operaor
- C++(object oriented) source codes of applications designed for embedded systems
- What is the use of namespacename::classname().function()
- enum question
- Dvd audio track
- ANN: coutf library (alpha)
- global namespace
- namespaces
- Strange VC 6.0 compiler problem
- output iterators
- exceptions