STL documentation / reference ???

K

Kleenex

Where can I go to find documentation for the STL? Like a list of all the
algorithms, a list of all the containers and classes, etc? I have never
been able to find an "official" or "unofficial" site that really
encompasses everything in the STL. Basically, i am looking for the
"java.sun.com" of C++/STL.

Also, a good site/book with techniques and examples of how to use the
STL would also be appreciated.
 
K

Karthik Kumar

Kleenex said:
Where can I go to find documentation for the STL? Like a list of all the
algorithms, a list of all the containers and classes, etc? I have never
been able to find an "official" or "unofficial" site that really
encompasses everything in the STL. Basically, i am looking for the
"java.sun.com" of C++/STL.
http://www.dinkumware.com/refxcpp.html.



Also, a good site/book with techniques and examples of how to use the
STL would also be appreciated.

"The C++ Standard Library - A Tutorial and Reference" -
Nicolai M. Josuttis .
 
P

Pierre Couderc

Kleenex said:
Where can I go to find documentation for the STL? Like a list of all the
algorithms, a list of all the containers and classes, etc? I have never
been able to find an "official" or "unofficial" site that really
encompasses everything in the STL. Basically, i am looking for the
"java.sun.com" of C++/STL.

Also, a good site/book with techniques and examples of how to use the
STL would also be appreciated.
I like SGI STL at

http://www.sgi.com/tech/stl/table_of_contents.html

Pierre Couderc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,227
Latest member
Daniella65

Latest Threads

Top