The C Standard Library: A Tutorial and Reference (2nd Edition): Nicolai M. Josuttis: 9780321623218


Edition: 2
Free PDF Download
ling C + + resources
Has now been updated to C + +11
 
In C + + standard library provides a set of common, greatly extend the core C + + language classes and interfaces. The library, however, is not self-evident. Its part, to take full advantage of and benefit from their own strength, the resources you need, it is far more than a list of classes and their functions.
 
Included in the new ANSI / ISO C + + standard library tutorial and reference manual (second edition), introduced the library C + + language standard (C + +11). This book provides a comprehensive documentation of each library component, including its purpose and design, clear written explanation of a complex concept, the actual details of the programming needs effective use of traps and pitfalls, the exact signature and most important class definitions and functions and working code examples too numerous to mention. The focus of this book, especially the standard template library (STL), check the containers, iterators, function objects, and STL algorithms.
 
This book covers all the new C + +11 library components, including
 
Complicating
Fractional arithmetic
Clock and timer
Tuple
STL containers
STL algorithms
The new smart pointers
New locale
The random number and distribution
Type traits and utility
Regex
 
The book also explores the new C + + programming style and the effect of the standard library, including lambda expressions, the range is based on circulation, mobile the semantics and variable template.
 
An accompanying Web site, including source code, can be found www.cppstdlib.com.
 
 Show more