I need help creating these following classes in C++. I\'m using Visual Studios.
ID: 3555336 • Letter: I
Question
I need help creating these following classes in C++. I'm using Visual Studios. Feel free to ask any questions. Points will be awarded to the one who actually creates these classes.
A class card that represents a playing card.
Data members should include at least:
? a rank (ace, 2, 3, etc.)
? a suit (hearts, spades, clubs, diamonds) ? Methods (member functions) should include at least:
? int get_value() which gets the value of the card
?
A class hand that represents a Baccarat hand. It is a collection of cards.
? Data members should include at least:
? A vector of pointers to card objects (See pp. 898
Explanation / Answer
card.h
card.cpp
deck.h
deck.cpp
main.cpp
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.