Using the STL : the C++ Standard Template Library /
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...
| Main Author: | |
|---|---|
| Corporate Author: | |
| Format: | eBook |
| Language: | English |
| Published: |
New York, NY :
Springer New York,
2000.
|
| Edition: | Second edition. |
| Subjects: | |
| Online Access: | Connect to the full text of this electronic book |
Table of Contents:
- Introduction
- Iterators
- The STL Algorithms
- Sequence Algorithms
- Sorting and Related Algorithms
- Generalized Numeric Algorithms
- Sequence Containers
- Associative Containers
- Adaptors
- Memory Management
- Putting the STL to Work
- The Story Continues.