Source code files from "Introduction to the STL—with applications"

The source code files are organised according to chapter in the following way:

/intro/: chapter 2, The STL distilled
/chap03/ : chapter 3, Containers
/chap04/ : chapter 4, Iterators
/chap05/ : chapter 5, Algorithms
/chap06/ : chapter 6, Function objects
/graph/ : chapter 7, Minimum spanning trees
/mapstl/ : chapter 8, Map overlay and appendix B, I/O/Graphics code
/template/ : appendix A, An overview of templates in C++

Original compilation was made with MS VC++ 6.0 on a WIN98 platform, but all code is wholly ANSI C++ compliant and so should work with any ditto compiler.

Index of STL source code files

373 KB

CHAP03 CHAP03 9 KB
CHAP04 CHAP04 5 KB
CHAP05 CHAP05 13 KB
CHAP06 CHAP06 4 KB
GRAPH GRAPH 12 KB
INTRO INTRO 3 KB
MAPSTL MAPSTL 77 KB
TEMPLATE TEMPLATE 5 KB

Directory structure created using CD2HTML