Question: Playing Card and Hand Classes ( C++ programming) Playing Card and Hand Classes C++ Programing Part 1 - Playing card class For the next two
Playing Card and Hand Classes ( C++ programming)





Playing Card and Hand Classes C++ Programing Part 1 - Playing card class For the next two weeks, we will be developing an application for playing blackjack. Blackjack, of course, uses a normal deck of cards, so we will have to create a card deck. A deck of cards, of course, is composed of playing cards, so we will have to develop a class for a playing card. That's what this assignment is all about Cards have a value and a suit. We will use one character to specify the value of a card and one character to specify the suit of a card. The characters we use will be as follows: Values A for an ace digits 2 through 9 for their Suits C for clubs D for diamonds corresponding cards T for a ten J for a jack Q for a queen K for a king S for spades H for hearts
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
