- Discuss with your neighbor(s) what a STL iterator is and why we want to use them.
- Write a complete C++ program that:
- Reads in integers from STDIN (until a non-integer is entered) and stores them into a vector
- Print out how many numbers are in the vector (using a vector method if possible)
- Uses an iterator to print out the numbers in the container
Last Modified: