The class PokerCard represents a common poker playing-card. In this implementation, the suit and rank of a playing-card are both represented by enum types, CardSuit and CardRank.

December 14, 2017 | Author: JerryWilson | Category: Public Notices


Description

PokerDeck represents a deck of 52 PokerCards in 4 suits of 13 ranks each.

PokerHand represents a poker-hand...

Comments

SUPPORT DOCURI