String class + Documentation Questions

Todd Vierling tv@pobox.com
Thu Aug 20 20:37:00 GMT 1998


On Thu, 20 Aug 1998, John Retta wrote:

: When I try to compile legacy C++ code which uses the
: standard String Class, I receive compile errors basically
: stating it can not find String.h.

<String.h> is /not/ standard.  It is part of libg++., which is no longer
part of libstdc++.  You can get libg++ 2.8.x from ftp.gnu.org or other GNU
mirrors.

: Where is documentation describing gcc/egcs C++ standard
: library classes? [either on the web or installed as part
: of the egcs install]

libstdc++ contains everything included in the C++ Standard (well, almost
everything).  "The C++ Programming Language, Third Edition" by Bjarne
Stroustrup is a good bet.

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)




More information about the Gcc mailing list