Hey, I am not stuck on this or anything just a bit confused about if this is the right way to go..
Well i was wondering on the river (five cards that go into the middle of the table) i am going to make them random and that is no problem just the way i am thinking of is quite long..
Would doing something like this be ok? (In ok i mean is it one of the best, If not please correct)
riverCard1 = rand();
if(riverCard1 == 1) cout << "Ace Of Hearts" << " ";
else if(riverCard1 == 2) cout << "1 Of Hearts" << " ";
// .. etc etc etc