I am considering to put one of the following as a reference on my desk (as I am sick and tired to google every time I have a STL question):
The C++ Standard Library: A Tutorial and Reference
STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library
Generic Programming and the STL: Using and Extending the C++ Standard Template Library
Using the STL: The C++ Standard Template Library (why is this guy so overpriced -- $110?)
The Standard Template Library (STL) is a set of C++ template classes to provide common programming data structures and functions such as lists, stacks, arrays, etc. It is a library of container classes, algorithms, and iterators. It is a generalized library and so, its components are parameterized.
The Standard Template Library (STL) is a software library originally designed by Alexander Stepanov for the C++ programming language that influenced many parts of the C++ Standard Library. It provides four components called algorithms, containers, functions, and iterators.
Standard Template Library is the latest edition in C++. STL provides programmers to store the data effectively, and do manipulation in stored data. These are the general-purpose templates of classes and functions that help in implementing the basic algorithms and data structures like vector, lists, queue, stack, etc.
All of Scott Meyers' books are excellent, including "Effective STL". It's not a handbook or a tutorial, but worth having.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With