Quantcast
Viewing all articles
Browse latest Browse all 8260

C++ Standard Library: A Tutorial and Reference, 2nd Edition

Image may be NSFW.
Clik here to view.
C++ Standard Library: A Tutorial and Reference, 2nd Edition

C++ Standard Library: A Tutorial and Reference, 2nd Edition
Hardcover: 1128 pages
Publisher: Addison-Wesley Professional; (April 9, 2012)
Language: English
ISBN-10: 0321623215
ISBN-13: 978-0321623218

The C++ Standard Library: A Tutorial and Reference, Second Edition, describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive documentation of each library component, including an introduction to its purpose and design; clearly written explanations of complex concepts; the practical programming details needed for effective use; traps and pitfalls; the exact signature and definition of the most important classes and functions; and numerous examples of working code. The book focuses in particular on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms.

Viewing all articles
Browse latest Browse all 8260

Trending Articles