- Practice writing C++ classes that use iterators.
- Continued practice writing programs that use maps and vectors.
Answer the programming problems sequentially (i.e., answer prob01 before prob02). If you have questions let your instructor or the lab assistant know. You can also consult your classmates.
To get started on problem 1, change into the prob01 directory. If you haven't already, change into the lab02 directory:
cd lab10-<YOUR_USERNAME>
Then change into the prob01 folder and view the README for its instructions:
cd prob01