STL tutorial

closed account (jwkNwA7f)
What is a good tutorial on the Standard Template Library (vectors, etc.)?

Thank you!
closed account (Dy7SLyTq)
this site
closed account (jwkNwA7f)
Thank you, DTSCode!
There's also this, which is a bit more up to date:
http://en.cppreference.com/w/
Apache C++ Standard Library User's Guide is perhaps the best tutorial resource on the web.
http://stdcxx.apache.org/doc/stdlibug/noframes.html
Way better than anything that this site has to offer.

The best option would be to get the book 'The C++ Standard Library - A Tutorial and Reference, 2nd Edition' (Josuttis)
http://www.cppstdlib.com/
Topic archived. No new replies allowed.