First page Back Continue Last page Overview Text

Notes:


Containers: lists, hashes, etc.

STL = Standard Template Library, actually now called the Standard C++ Library

Namespaces: STL in std. Not used much. Certainly not used as much as Perl's “package”, because C++ classes distinguished by the type's name.