Standard C++ Library User Guide and Tutorial

Click on the banner to return to the user guide home page.
©Copyright 1996 Rogue Wave Software
Table of Contents
Chapter 1: Introduction
What is the Standard C++ Library?
Does the Standard C++ Library Differ From Other Libraries?
What are the Effects of Non-Object-Oriented Design?
How Should I Use the Standard C++ Library?
Reading This Manual
Conventions
Using the Standard Library
Running the Tutorial Programs
Chapter 2: Iterators
Introduction to Iterators
Varieties of Iterators
Input Iterators
Output Iterators
Forward Iterators
Bidirectional Iterators
Random Access Iterators
Reverse Iterators
Stream Iterators
Input Stream Iterators
Output Stream Iterators
Insert Iterators
Iterator Operations