Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

The C++ Standard Library: A Tutorial and Reference

Posted By: sexy's
The C++ Standard Library: A Tutorial and Reference

The C++ Standard Library: A Tutorial and Reference
Publisher: Addison-Wesley Professional 1999 | 832 Pages | ISBN: 0201379260 | CHM | 3.3 MB

Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively.The C++ Standard Library provides plenty of default functionality in the form of the Standard Template Library (STL) for containers (like vectors and linked lists), as well as generic algorithms (which allow you to sort, search, and manipulate elements inside containers).Each container type is explained along with short code excerpts. Moreover, in a reference section, the author explores the connections between each container type, showing how they share similar methods.Learn just a few methods and you can pretty much work with them all.