Data structure programming : with the standard template library in C++ /
Once programmers have grasped the basics of object-oriented programming and C++, the most important tool that they have at their disposal is the Standard Template Library (STL). This provides them with a library of re-usable objects and standard data structures. It has recently been accepted by the...
Saved in:
Main Author: | |
---|---|
Format: | Book |
Language: | English |
Published: |
New York :
Springer,
©1998.
|
Series: | Undergraduate texts in computer science
|
Subjects: |
Table of Contents:
- Ch. 1. Data Structures and Algorithms
- Ch. 2. Programming with Arrays and Pointers
- Ch. 3. Overview of Container Mechanisms
- Ch. 4. Overview of the Standard Template Library
- Ch. 5. Vector Programming
- Ch. 6. Dequeue Programming
- Ch. 7. Lists
- Ch. 8. Sets, Maps, Multisets, and MultiMaps
- Ch. 9. Hash Tables
- Appendix. STL Summary