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 fun
The C++ Standard Library Extensions: A Tutorial and Reference
โ Scribed by Pete Becker
- Book ID
- 127403155
- Publisher
- Addison-Wesley Professional
- Year
- 2006
- Tongue
- English
- Weight
- 713 KB
- Edition
- 1
- Category
- Library
- ISBN-13
- 9780321412997
No coin nor oath required. For personal study only.
โฆ Synopsis
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 size of the existing standard and are destined to be incorporated in the next official C++ Standard. Until the release of the new standard, which is still years away, C++ programmers will need this book in complement to The C++ Standard Library by Josuttis to understand the extent of C++ programming. This book serves as a reference and a tutorial on how to use each of the new features. It is divided into seven parts, each covering the new components of a particular area: utilities, function objects, type traits, numerics, containers, regular expressions, and C compatibility.
๐ SIMILAR VOLUMES
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
Standard Template Libraries (STL) were created to provide C++ programmers with a suite of rusable programs, or lines of code, that could be used by everyone to increase programming productivity and quality. This book is the definitive reference on C++ programming using STL, as it was written by the