Date: Mon, 17 Apr 2000 10:48:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Libraries In-Reply-To: <38FA4BFC.9647F210@gtcom.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 16 Apr 2000, Krogg wrote: > > The DJGPP home page has a link to information on the C library. Why not > > have one for C++? It was standardized in November 1997. > > Brendan Ryan > > Do you mean docs for the standard c++ librarys and stuff?.... > > Here are some links that will help a little. The DJGPP FAQ has some more pointers in section 5.4. > ----User's Guide to the GNU C++ Library---- > http://www.delorie.com/gnu/docs/libg++/libg++_toc.html This is simply the same reference that comes with lgpNNNb.zip, and it documents the GNU-specific C++ classes, not the STL (a.k.a. Standard C++ Library). The only docs for the STL we have is for the iostreams classes (type "info iostreams").