This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 1.1.1, docs for libraries?? (fwd)
- To: Hugh Sasse <hgs at dmu dot ac dot uk>
- Subject: Re: 1.1.1, docs for libraries?? (fwd)
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Fri, 18 Dec 1998 23:46:56 +0100 (MET)
- cc: egcs at cygnus dot com
On Fri, 18 Dec 1998, Hugh Sasse wrote:
> I have the choice of using Sun's 4.2 compiler which is supported but
> doesn't meet the standard, or Sun's pre-release 5.0 compiler, which
> should meet the standard, but is not supported.
Sun's 4.2 is not a real option with regard to C++; it doesn't even know
about "bool".
> where should I be looking for documentation on the libraries and
> includes that come with egcs-1.1.1? Looking about the WWW I find
> different flavours of the Standard Template Library for example
http://www.sgi.com/Technology/STL/ has the official STL documentation by
SGI, which is quite useful.
Note, however, that SGI's STL, which is the one included in egcs, is a
superset of the actual ISO C++ STL in that it has some additional classes.
Gerald
--
Gerald Pfeifer (Jerry) Vienna University of Technology
pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/