Go forward to legalities.
Go backward to installation.
Go up to Top.

User Problems
*************

Menu

missing virtual table
Linker complains about missing virtual table
for scope
gcc-2.7.0 breaks declarations in "for" statements!
const constructor
g++ seems to want a const constructor. What's that?
unused parameter warnings
How to silence "unused parameter" warnings
jump crosses initialization
g++ objects to a declaration in a case statement
Demangler
Where can I find a demangler?
static data members
Linker reports undefined symbols for static data members
internal compiler error
What does "internal compiler error" mean?
bug reports
I think I have found a bug in g++.
porting to g++
Porting programs from other compilers to g++
name mangling
Why does g++ mangle names differently from other C++ compilers?
problems linking with other libraries
Why can't g++ code link with code from other C++ compilers?
documentation
What documentation exists for g++ 2.x?
templates
Problems with the template implementation
undefined templates
I get undefined symbols when using templates
redundant templates
I get multiply defined symbols when using templates
Standard Template Library
Does g++ support the Standard Template Library?
exceptions
Problems and limitations with exceptions
namespaces
Does g++ support namespaces?
agreement with standards
What are the differences between g++ and the ARM specification of C++?
compiling standard libraries
Will g++ compile InterViews? NIHCL? Rogue Wave?
debugging on SVR4 systems
Debugging on SVR4 systems
debugging problems on Solaris
debugging problems on Solaris
X11 conflicts with libg++
Conflict over meaning of String
assignment to streams
Why can't I assign one stream to another?