CSE 333 24su Exercise 10

Due: Monday, July 15th, 2024 by 10:00 am; No late exercises accepted.
Goals: Use C++ dynamic memory management operations new and delete, and use friend functions.

Description: In this exercise, you will modify the Vector type from the previous exercise (consider using our sample solution!). You will remove some of its simpler methods, switch out the underlying representation, and change how its overloaded operators are defined.

Hints and tips: