With 1 or 2 other people around you.
A . Shapes:
- Clone the Shapes project.
- Make and run it
- Add a line class.
- Add to main.cpp to test the class.
B. Box Template
- Add code to store a
long intin the code. Along inttypically has a range of -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807. Write test code storing very large numbers in aBox. - Pull the
Complexclass into your project. Write test code to store complex numbers in aBox. - Finally – see if you can store a
Box(with something in it) in aBox. Write test code.
