Question: create a C++ class called vector (without using template) that have the following: Constructors and destructors. Copy operator. Empty the vector. Returns number of items
create a C++ class called vector (without using template) that have the following:
Constructors and destructors.
Copy operator.
Empty the vector.
Returns number of items in the vector.
Returns whether or not the vector is empty.
Then overload the following operators * ,+,-,, [], /,<<,>>, ==.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
