C++ Deck Of Cards Shuffling Functions
问题 I am trying to build a poker game using C++. The deck shuffling function is giving me some issues. Every time that I run the program that initializes the deck, shuffles it, and then prints the deck I get the same output: Shuffling the cards and dealing... Printing deck... KD 6S 7D QD 5C JH 9S 6D 7H JD QH 3C 7S 3H TC 5D 5S 3D AD 7C 4H 6H JC TS 4D JS QC AH 9C 2D 5H 8C TD 4S 2S KS 2C 8D KC 2H 9H 6C KH 3S QS 8S 8H 4C AS AC 9D TH Using the classes Deck and Card I have the relevant functions