documentation about files

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed Jun 28 13:45:00 GMT 2000


> 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



More information about the Libstdc++ mailing list