Personal tools
Chapter 5: vector and vector <bool>
Click on the banner to return to the user guide home page.
Chapter 5: vector and vector <bool>
- 5.1 The vector Data Abstraction
- 5.1.1 Include Files
- 5.2 Vector Operations
- 5.2.1 Declaration and Initialization of Vectors
- 5.2.2 Type Definitions
- 5.2.3 Subscripting a Vector
- 5.2.4 Extent and Size-Changing Operations
- 5.2.5 Inserting and Removing Elements
- 5.2.6 Iteration
- 5.2.7 Test for Inclusion
- 5.2.8 Sorting and Sorted Vector Operations
- 5.2.9 Useful Generic Algorithms
- 5.3 Boolean Vectors
- 5.4 Example Program - Sieve of Eratosthenes
©Copyright 1996, Rogue Wave Software, Inc.