Chapter 6. C++ Standard Libraries

Table of Contents

Introduction
What are templates?
Function Templates
Class Templates
STL Introduction
STL Containers
STL Iterators
STL Algorithms
A for_each example
Functors etc.

Introduction

This section will look at the use of the C++ standard libraries in more detail, including a brief discussion on templates and the use of the Standard Template Library (STL).