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: 1.1.1, docs for libraries?? (fwd)


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/


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