Exit Wiki

Help/Reference/Tutorials

STL Container Objects Reference/Tutorial

Gotchas

The Standard Library DOES excerise some of the more interesting... um... features of the language. Storing Objects In A Container? READ ME!

Basically, the above says: use pointers (they'll take up less space and are more flexable than copies of objects), then iterate though the container disposing items when you are done.

CppContainerObjs (last edited 2007-02-03 15:49:51 by RyanWilcox)