Training
Module
Implement Collection Types - Training
Learn, to use C# tools for managing groups of objects dynamically, ensuring type safety and efficient data manipulation.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Training
Module
Implement Collection Types - Training
Learn, to use C# tools for managing groups of objects dynamically, ensuring type safety and efficient data manipulation.