The standard template library for C++ (the STL) is an important addition to C++ and is rapidly becoming required knowledge for all C++ programmers. It provides a collection of generic data structures and algorithms written in C++ and has been adopted by the ANSI committee for the standardization of
Using the STL: The C++ Standard Template Library
โ Scribed by Robert Robson (auth.)
- Publisher
- Springer-Verlag New York
- Year
- 2000
- Tongue
- English
- Leaves
- 600
- Edition
- 2
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
A comprehensive introduction and guide to the STL, pitched at the level of readers already familiar with C++. It presents a thorough overview of the capabilities of the STL, detailed discussions of the use of containers, descriptions of the algorithms and how they may be used, and how the STL may be extended. An appendix provides an alphabetical reference to the entire STL, making this an extremely useful hands-on text for programmers of C++ and students coming to the STL for the first time.
โฆ Table of Contents
Front Matter....Pages i-xv
Introduction....Pages 1-27
Iterators....Pages 29-62
The STL Algorithms....Pages 63-72
Sequence Algorithms....Pages 73-119
Sorting and Related Algorithms....Pages 121-164
Generalized Numeric Algorithms....Pages 165-182
Sequence Containers....Pages 183-247
Associative Containers....Pages 249-284
Adaptors....Pages 285-311
Memory Management....Pages 313-327
Putting the STL to Work....Pages 329-369
The Story Continues....Pages 371-374
Back Matter....Pages 375-594
โฆ Subjects
Special Purpose and Application-Based Systems; Programming Languages, Compilers, Interpreters; Programming Techniques
๐ SIMILAR VOLUMES
<em>Using the C++ Standard Template Libraries </em>is a contemporary treatment that teaches the generic programming capabilities that the C++ 14 Standard Library provides. In this book, author Ivor Horton explains what the class and function templates available with C++ 14 do, and how to use them in
Using the C++ Standard Template Libraries is a contemporary treatment that teaches the generic programming capabilities that the C++ 14 Standard Library provides. In this book, author Ivor Horton explains what the class and function templates available with C++ 14 do, and how to use them in a practi
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