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 [Repost]

Posted By: ChrisRedfield
The C++ Standard Library: A Tutorial and Reference [Repost]

Nicolai M. Josuttis - The C++ Standard Library: A Tutorial and Reference
Published: 1999-08-22 | ISBN: 0201379260 | PDF + CHM | 832 pages | 7 MB


The C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. Josuttis' book not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code. This thoroughly up-to-date book reflects the newest elements of the C++ standard library incorporated into the full ANSI/ISO C++ language standard. In particular, the text focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms.