This is the mail archive of the gcc-help@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]

Documentation for libstdc++


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


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