Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 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
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    The C++ Standard Library: A Tutorial and Reference (2nd Edition) (Repost)

    Posted By: roxul
    The C++ Standard Library: A Tutorial and Reference (2nd Edition) (Repost)

    Nicolai M. Josuttis, "The C++ Standard Library: A Tutorial and Reference (2nd Edition)"
    English | 2012 | ISBN: 0321623215 | 1190 pages | EPUB, PDF | 83 MB + 14 MB

    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.