𝔖 Bobbio Scriptorium
✦   LIBER   ✦

The C++ standard library: A tutorial and reference

✍ Scribed by Nicolai M. Josuttis


Book ID
106647922
Publisher
Addison-Wesley Professional
Year
1999
Tongue
English
Weight
3 MB
Edition
1
Category
Library
ISBN-13
9780201379266

No coin nor oath required. For personal study only.

✦ Synopsis


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 not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code.This thoroughly up-to-date book reflects the newest elements of the C++ standard library incorporated into the full ANSI/ISO C++ language standard. In particular, the text focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms. You will also find detailed coverage of special containers, strings, numerical classes, internationalization, and the IOStream library. Each component is presented in depth, with an introduction to its purpose and design, examples, a detailed description, traps and pitfalls, and the exact signature and definition of its classes and their functions. An insightful introduction to fundamental concepts and an overview of the library will help bring newcomers quickly up to speed.Comprehensive, detailed, readable, and practical, The C++ Standard Library is the C++ resource you will turn to again and again.

✦ Subjects


Библиотека;Компьютерная литература;C / C++;


📜 SIMILAR VOLUMES


The C++ Standard Library Extensions: A T
✍ Pete Becker 📂 Library 📅 2006 🏛 Addison-Wesley Professional 🌐 English ⚖ 713 KB

Since the current C++ Standard Library was adopted, numerous changes and improvements have been proposed, the best of which are being gathered in the C++ Library Technical Report (TR1), recently approved by the International Organization for Standardization (ISO). These new components double the siz

Stl Tutorial & Reference Guide: C++ Prog
✍ David R.; Saini, Atul Musser 📂 Library 📅 2001 🏛 Addison-Wesley Professional 🌐 English ⚖ 3 MB

In 1968 Doug McIlroy presented his famous paper, "Mass Produced Software Components" (Ref. 6). Now, more than a quarter of a century later, we still have not fully realized his vision of standard libraries of reusable components (which today are also known as "software building blocks" or "software

The standard C library
✍ P. J. Plauger 📂 Library 📅 1992 🏛 Prentice Hall 🌐 English ⚖ 6 MB

Prentice Hall's most important C programming title in years. A companion volume to Kernighan & Ritchie's C PROGRAMMING LANGUAGE. A collection of reusable functions (code for building data structures, code for performing math functions and scientific calculations, etc.) which will save C programmers

The GNU C library reference manual
✍ Sandra Loosemore, Richard M. Stallman 📂 Library 📅 2001 🏛 Free Software Foundation 🌐 English ⚖ 5 MB

For GLibc version 2.2.x This two volume manual is the comprehensive guide to the GNU implementation of the standard C libraries. It covers both high and low level interfaces, including function specifications, code examples, and usage recommendations. This text includes items of interest to both the