Replace your template Array class from, Working with Templates, with an STL vector. Create a vector of

Question:

Replace your template Array class from, Working with Templates, with an STL vector. Create a vector of student instances. Use vector operations to insert, retrieve, print, compare, and remove objects from the vector. Alternatively, utilize an STL 1ist. Use this opportunity to utilize the STL documentation to navigate the full set of operations available for these classes.

a. Consider what operators, if any, you will need to overload. Consider whether you will need an iterator to provide safe interleaved access to your collection.

b. Create a second vector of student instances. Assign one to another. Print both vectors.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer: