C++ Data Structures in the STL
23件の評価

Analyze the existing application and create a C++ Vector to populate with data from a file.
Use a C++ Set data structure to uniquify the data from the Vector.
Create a C++ Map of the data and look up a record based on a unique key.