Ready-to-Use List Classes
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Ready-to-Use List Classes.
The following classes are ready-to-use list classes.
CObList
Stores pointers to objects of class CObject
or to objects of classes derived from CObject
in a linked list.
CPtrList
Stores pointers to void
(generic pointers) in a linked list.
CStringList
Stores CString
objects in a linked list.