Project 2 description

Starter code: SuperVector.h main.cpp

Sample output:
run1.txt output
run2.txt output
run3.txt output
bigtest.txt output

If you need assistance implementing the copy constructor, destructor, operator=, or operator<<, see the IntVector code, or try these references: Overloading operator<< Overloading operator= Copy constructor