C/C++
cppcont.asc
Associated article: Generic Containers in C++
Tags: C/C++
_GENERIC CONTAINERS IN C++_ by Andrew Davidson /* * Generic list * * by A. E. Davidson 12/90 * * Overview * * USES * to declare a generic list of class * foo items and a generic list of class * bar items * * #include "genriclt.hh" * DeclareList(Foo); * DeclareList(...


