Excellent tutorial and refence on C++ STL
If you are looking for a good book on advanced topics in C++, this book is highly recommended. Prior to the purchase of this book, I had consulted 3 other STL books for reference. All 3 of the other books had partial information and they did not explain the tmeplate libraries in depth or had any examples to follow on. The example code fragments from this book are well documented and point out any anomolies which will result in potential run time errors. In short, if I were planning to buy only 1 STL reference, it would be "The C++ Standard Library" by Nicolai Josuttis.
10 years ago