Documentation for libstdc++
Aaron Birenboim
aaron@boim.com
Thu Jun 14 05:47:00 GMT 2001
I have not been able to find typical "refrence" documentation
for the classes (and descriptions of the actions of their members)
in libstdc++. Only meta-documentation about how it compares
to some C++ library standard or MFC.
Where can I get a typical programmer's refrence document
for the classes provided by libstdc++ and/or the standard
class libraries on which it is based?
Do I have to get the ISO document?
I hope not. The standards docs usually make
poor users refrences.
All I'm looking for are things like...
What do all those member functions of string do?
How can I make an Array or linked list of strings?
Given some sort of Array or LinkedList template, how
to I access the members of an Array<string>?
Any pointers are appreciated.
--
Aaron Birenboim | Black holes are where G-d divided
Albuquerque, NM | by zero.
aaron@boim.com |
boim.com/~aaron | -Steven Wright
More information about the Gcc-help
mailing list