𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

The C++ Standard Library: A Tutorial and Reference

✍ Scribed by Nicolai M. Josuttis


Publisher
Addison-Wesley Professional
Year
2012
Tongue
English
Leaves
1190
Edition
2
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


The Best-Selling C++ Resource
Now Updated for C++11

The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a resource that does far more than list the classes and their functions.

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.

The book covers all the new C++11 library components, including

β€’ Concurrency
β€’ Fractional arithmetic
β€’ Clocks and timers
β€’ Tuples
β€’ New STL containers
β€’ New STL algorithms
β€’ New smart pointers
β€’ New locale facets
β€’ Random numbers and distributions
β€’ Type traits and utilities
β€’ Regular expressions

The book also examines the new C++ programming style and its effect on the standard library, including lambdas, range-based for loops, move semantics, and variadic templates.

An accompanying Web site, including source code, can be found at www.cppstdlib.com.

✦ Subjects


Algorithms; C++; Data Structures; Concurrency; Object-Oriented Programming; Programming Style; Standard Library; Regular Expressions


πŸ“œ SIMILAR VOLUMES


The C++ Standard Library: A Tutorial and
✍ Nicolai M. Josuttis πŸ“‚ Library πŸ“… 1999 πŸ› Addison-Wesley Professional 🌐 English

Don't get me wrong. Content-wise, this book is indispensable. However, the Kindle edition is almost unusable. The contents of the book are all displayed using a single proportional font, and it appears that most of the formatting for the source code is lost. As a result, you find that you have sourc

The C++ Standard Library: A Tutorial and
✍ Nicolai M. Josuttis πŸ“‚ Library πŸ“… 1999 πŸ› Addison-Wesley Professional 🌐 English

Don't get me wrong. Content-wise, this book is indispensable. However, the Kindle edition is almost unusable. The contents of the book are all displayed using a single proportional font, and it appears that most of the formatting for the source code is lost. As a result, you find that you have sourc

The C++ Standard Library: A Tutorial and
✍ Nicolai M. Josuttis πŸ“‚ Library πŸ“… 1999 πŸ› Addison-Wesley Professional 🌐 English

Don't get me wrong. Content-wise, this book is indispensable. However, the Kindle edition is almost unusable. The contents of the book are all displayed using a single proportional font, and it appears that most of the formatting for the source code is lost. As a result, you find that you have sourc

The C++ Standard Library - A Tutorial An
✍ Josuttis, Nicolai M. πŸ“‚ Library πŸ“… 1999 πŸ› Addison-Wesley 🌐 English

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 program