Got this back from my teacher.

I want the printCard(int value) to recieve a card, as in:


void printCard(Card& p_card)
{

int value = p_card.getCardValue();
......