Remove and return card from deckWhat I did was I swapped the random one I made to the top and than just decremented it like numCard...
Remove and return card from deckOkay so I got it to create the random card [code]card deck::dealRandomCard() { int randc=rand()%52...
Remove and return card from deckI think I have an idea of how to generate the random number please check it [code]card deck::dealR...
Remove and return card from deckHello and yes I agree a list would be easier, but the proff wants us to use arrays..:/ I'm really s...
Remove and return card from deckThis is my code I'm currently stuck in a function in which I have to //remove and return a random c...
This user does not accept Private Messages