LAB 7 – More about Classes (INDIVIDUAL WORK)
In-lab activity (due at the end of the lab
session)
The purpose of this
lab is to test your Card & Deck classes’ implementation. You must have
brought with you the following files:
-Card.h
-Card.cpp
-Deck.h
-Deck.cpp
Download the file ProgMain.cpp to your computer. Create a makefile (as
you did in the previous lab session) that will compile your Card(.h, .cpp) and
Deck(.h, .cpp) files together with the test suite provided in ProgMain.cpp.
There is nothing to
turn in at the end of the lab. Once you get your implementation to work, you
might leave.