Network, Computer and Programming Resources
C++ - Collection class
In object-oriented programming, a class that can hold and process groups of class objects or groups of standard types. A collection class is characterized by its shape(the way the objects are organized and stored) and by the types of its elements. MFC provides three basic collection shapes: lists, arrays, and maps (also known as dictionaries0 ).