PDA

View Full Version : All of STL for c++



pmghalvo
June 16th, 2007, 07:22 PM
Hello all,

I'm looking for a website that documents all (or as much as possible) the standard template library for c++, in an easy to navigate format.
I have been programing in Microsoft for a while now and love their site http://msdn2.microsoft.com/en-us/default.aspx documenting there entire MSDN library.
This is the kind of thing I'm looking for, so I can reference it whenever I have a problem or get stuck.

Also, is there anything like Microsoft's MSDN library for Linux?

Thankyou for all your help

hod139
June 16th, 2007, 08:19 PM
Slightly dated, but http://www.sgi.com/tech/stl/ is pretty good.

aks44
June 16th, 2007, 08:36 PM
The ISO IEC 14882 standard has it all, and more !

Unfortunately it's pretty hard to find on the web, but it's cheap at the ISO store... If you're not a native english speaker, just don't make the mistake to order it in your own language. The traductions are worthless (I know it from experience).

Although you may find it a little more "hermetic" than the MSDN, it is a must have for any C++ developper...

PandaGoat
June 16th, 2007, 08:40 PM
http://www.cppreference.com/ is rather nice.

danhm
June 16th, 2007, 10:37 PM
http://www.cppreference.com/ is rather nice.

I second that. C++ Reference is an excellent website.

pmghalvo
June 17th, 2007, 04:38 AM
Thankyou for all your help, both sights are great.

Mathiasdm
June 17th, 2007, 08:18 AM
C++.com (http://www.cplusplus.com/) is also a nice site:)

bvanpelt
June 18th, 2007, 03:43 PM
Nicolai Josuttis's "The C++ Standard Library" is the standard reference. If you're serious about the STL, buy it.