Question: C++ language, please answer 1 & 2 Problem 2. Create a circular list of 4 players in a round table and the shuffled 52 cards

C++ language, please answer 1 & 2
Problem 2. Create a circular list of 4 players in a round table and the shuffled 52 cards are distributed to each of them. Print the card received by each player. Write a class construct for this problem. Use copy constructor and overload assignment operator as necessary. Problem 3. Play a game between two players called Matching Cardsuit" where two players in a circular list alternately continue drawing card from a 52-shuffle card deck and the player having a match of card suit takes it all and starts the play by drawing card from the deck. Finally, the cards remaining without a match goes to the player, who does not have any card left to draw from the deck. Store the cards received by each player in a list and print them out. The player who has highest number of cards wins. Write C++ code of the Matching Cardsuit" game. Transform this problem into a single or multiple cla construct with appropriate constructor, copy constructor, overloading assignment operator and member functions. Problem 2. Create a circular list of 4 players in a round table and the shuffled 52 cards are distributed to each of them. Print the card received by each player. Write a class construct for this problem. Use copy constructor and overload assignment operator as necessary. Problem 3. Play a game between two players called Matching Cardsuit" where two players in a circular list alternately continue drawing card from a 52-shuffle card deck and the player having a match of card suit takes it all and starts the play by drawing card from the deck. Finally, the cards remaining without a match goes to the player, who does not have any card left to draw from the deck. Store the cards received by each player in a list and print them out. The player who has highest number of cards wins. Write C++ code of the Matching Cardsuit" game. Transform this problem into a single or multiple cla construct with appropriate constructor, copy constructor, overloading assignment operator and member functions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
