This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: documentation about files
- To: lfarkas at mindmaker dot hu
- Subject: Re: documentation about files
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 28 Jun 2000 22:43:50 +0200
- CC: libstdc++ at sourceware dot cygnus dot com
- References: <3959C3FF.45315D1B@mindmaker.hu>
> is there any minimal documentation about the files in the current stdc++?
Yes, and no. Yes, there is plenty of documentation on Standard C++; I
recommend the 3rd edition of Stroustrup's book, and the standard is
also available. g++ implements the standards as close as feasible, so
that any deviations would be considered bugs. From that point of view,
there is no need for extra documentation.
No, g++ does not ship with online documentation about libstdc++. The
primary reason for that is that nobody has written anything. When you
do, please send patches to this list, or gcc-patches@gcc.gnu.org.
Regards,
Martin