The C++ platform provides a mechanism for storing and retrieving of data identified by keys. A dictionary is a container that works with data as with an array in which each element is associated with an unique key.
Overview of Classes that Implement a Dictionary
Iterating through Items of a Dictionary
Example of Working with a Dictionary
Overview of Classes that Implements an Iterator
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.
|