Search Results

The C++ Standard Library

Download or Read eBook The C++ Standard Library PDF written by Nicolai M. Josuttis and published by Addison-Wesley. This book was released on 2012-05-25 with total page 1190 pages. Available in PDF, EPUB and Kindle.
The C++ Standard Library
Author :
Publisher : Addison-Wesley
Total Pages : 1190
Release :
ISBN-10 : 9780132977739
ISBN-13 : 0132977737
Rating : 4/5 (39 Downloads)

Book Synopsis The C++ Standard Library by : Nicolai M. Josuttis

Book excerpt: 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.


The C++ Standard Library Related Books

The C++ Standard Library
Language: en
Pages: 1190
Authors: Nicolai M. Josuttis
Categories: Computers
Type: BOOK - Published: 2012-05-25 - Publisher: Addison-Wesley

DOWNLOAD EBOOK

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++ la
STL Tutorial and Reference Guide
Language: en
Pages: 509
Authors: David R. Musser
Categories: Computers
Type: BOOK - Published: 2001 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

"The second edition is clearer and adds more examples on how to use STL in a practical environment. Moreover, it is more concerned with performance and tools fo
C++17 STL Cookbook
Language: en
Pages: 523
Authors: Jacek Galowicz
Categories: Computers
Type: BOOK - Published: 2017-06-28 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Over 90 recipes that leverage the powerful features of the Standard Library in C++17 About This Book Learn the latest features of C++ and how to write better co
Standard C++ IOStreams and Locales
Language: en
Pages: 676
Authors: Angelika Langer
Categories: Computers
Type: BOOK - Published: 2000 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

Standard C++ provides a foundation for creating new, improved, and more powerful C++ components. IOStreams and locales are two such major components for text in
Effective STL
Language: en
Pages: 282
Authors: Scott Meyers
Categories: Computers
Type: BOOK - Published: 2001 - Publisher: Pearson Education

DOWNLOAD EBOOK

C++'s Standard Template Library is revolutionary, but learning to use it well has always been a challenge for students. In Effective STL, best-selling author Sc
Scroll to top