|
Name:
|
Purpose:
|
|
|
Namespace
|
Show the effects of namespaces
|
|
Standard Exceptions
|
Practice using ANSI C++ standard exception classes
|
|
New Style Casts
|
Practice using the ANSI C++ Standard casts
|
|
Iterators
|
Demonstrate a standard way to traverse any collection
|
|
Vectors
|
- Show what member functions and operators must exist in classes placed in vector containers
- Show that once that condition is met, your class can be placed in any sequence container without changing any code.
|
|
Merge
|
Practice using several different containers with large data sets
|