Programming with STL
Tsuyoshi Watanabe
This project contains a collection of sample codes that use basic features of C++
Standard Template Libray (STL). There are four chapters, and each chapter covers
a group of related "tasks" such as "string manipulation" and
"file manipulation".
The codes are tested only with the STL which came with Microsoft Visual C++ version
6.0. They should, however, work with other vendor's STL as well. It is my intent
to make the demonstartion code as simple as possible so that it is easy to understand
then. None of the codes, therefore, have error checking logic.
Chapter 1. String Manipulation (View
sample source code)
Chapter 2. File Manipulation [under construction]
Chapter 3. Containers
Chapter 4. Algorithm [under construction]
Apendix A. Understanding Function Object (View
sample source code)