This week we are going to be looking at an array of objects and using those objects to do tasks for us.
The details for this lab can be found in the Lab 8 API. The trickiest part of the lab is when you go to find a shape based on its number of sides. I suggest that you first make sure that you have at least 1 shape and if you do you make that the shape you might give back. Then you can loop over the rest of the shapes and see if there is a shape that has more sides and if so, make that the shape you will give back.
Zip up your Shape.h, Shape.cpp, ShapeStore.h and ShapeStore.cpp and turn them in to Web-CAT. Even though its not due until Tuesday, think of Tuesday as the absolute last time to turn it in. You really should go to lab and try to finish it there, then come get help if you need it.