Best book to learn the C++ STL?

Oct 30, 2014 at 4:41pm
I am reading a few books to improve my C++ and one of them mentions the STL and how its so big that entire books have been written on it, i'd like to learn that as well, what is a good book to get for learning that? Also is there any books or websites on learning the member functions of c++? by member functions i mean like

vector<string> vect;

vect.pop_back();
Last edited on Oct 30, 2014 at 4:46pm
Oct 30, 2014 at 5:16pm
The C++ Standard Library, a tutorial and reference, 2nd Ed (2012) - Nicolai M Josuttis
Oct 30, 2014 at 5:26pm
Oct 30, 2014 at 6:40pm
Topic archived. No new replies allowed.