This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: String class + Documentation Questions


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)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]