Standard C++ Library User Guide and Tutorial

Click on the banner to return to the user guide home page.
©Copyright 1996 Rogue Wave Software
Chapter 6: list
The list Data Abstraction
Include files
List Operations
Declaration and Initialization of Lists
Type Definitions
Placing Elements into a List
Removing Elements
Extent and Size-Changing Operations
Access and Iteration
Test for Inclusion
Sorting and Sorted List Operations
Searching Operations
In Place Transformations
Other Operations
Example Program - An Inventory System