THE C++ STANDARD LIBRARY: A TUTORIAL AND REFERENCE (2ND EDITION)

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. happy wheels demo The book focuses in particular on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms.




Table Of Contents:


Preface to the Second Edition
Acknowledgments for the Second Edition
Preface to the First Edition
Acknowledgments for the First
Chapter 01: About This Book
Chapter 02: Introduction to C++ and the Standard Library
Chapter 03: New Language Features
Chapter 04: General Concepts
Chapter 05: Utilities
Chapter 06: The Standard Template Library
Chapter 07: STL Containers
Chapter 08: STL Container Members in Detail
Chapter 09: STL Iterators
Chapter 10: STL Function Objects and Using Lambdas
Chapter 11: STL Algorithms
Chapter 12: Special Containers
Chapter 13: Strings
Chapter 14: Regular Expressions
Chapter 15: Input/Output Using Stream Classes
Chapter 16: Internationalization
Chapter 17: Numerics
Chapter 18: Concurrency
Chapter 19: Allocators


DETAILS  

  • Download
  • By
    Nicolai M. Josuttis
  • Pages
    1128
  • Year
    2012
  • Publisher
    Addison-Wesley Professional
  • Language
    English
  • ISBN
    978-0321623218
  • File Size
    6.23 MB
  • File Format
    PDF

Previous
Next Post »