Library Documentation
Mike Stump
mrs@windriver.com
Fri Dec 31 23:54:00 GMT 1999
> Date: Tue, 14 Dec 1999 18:50:51 +0530
> From: "Malory D'costa" <malory@eparle.com>
> I am curently using the gcc 2.95.2 compiler on a Ultra 5 box.
> Unfortulately, I have no documenation on the libraries this compiler
> has to offer or details on their implementation. Can you tell me as
> to where I could get any sort of documentation regarding the same.
It is unfortunate that you didn't say what language. Each language
has a different answer. For C, gcc doesn't offer much in the way of
libraries for the user. For C++, gcc offers basically only the
Standard Libraries. See any C++ library documentation you can find.
The ANSI C++ Standard, one of the web sites devotes to STL, the SGI
web site and so on...
If you are referring to libc and other system libraries, then see your
system documentation, or books on UNIX programming.
More information about the Gcc
mailing list