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: GCC C++ Dec Docs


> I cannot find any documentation re which classes are available and what
> methods I can use.
> With Java I have many HTML JavaDocs to view. Do I need to download GCC 
> docs from elsewhere ?

g++ does not provide such documentation. Instead, g++ follows the C++
standard (ISO/IEC 14882:1998); you can look there to find what the
classes and its methods are, or look in any other book about C++. The
latest revision of Stroustrup's "The C++ programming language" is
probably most complete in this respect.

Regards,
Martin


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