Hi,
I am writing a Blackjack program for my C++ class. The game must contain the ability to bet before the cards are given out, the cards must be randomized before being dealt, the game must ask the player wants to play again and loop if the player does. https://gist.github.com/4274058
I have this much so far but i now need to make it randomize the cards it deals, and I cannot figure it out for the life of me.