Alright so I've been learning programming for only a couples years and i know I have a lot to learn but I'm trying to make a basic poker game.
The requirements needed are:
-shuffle Deck
-deal to players
-organize players hands
-see who wins the hand
I have currently been able to get the shuffle done and the deal done but now I'm trying ot organize the cards of each players hands. Here is the Code I have that is suppose to run threw the players cards and then organize them based on another array.
for( int i = 0; i < numPlayers; i++)