
-----------------------------------
ronnieb23
Wed Oct 21, 2009 7:25 pm

Poker
-----------------------------------
I was wondering if someone could help me with my functions.
I need to know how to get my get_a_hand function to store the hands in a_hand



#include  
#include 
#include 

#define NUM_RANKS 13
#define NUM_SUITS 4
#define NUM_CARDS 5


/* prototypes */

void get_a_hand(bool a_hand

Mod Edit: Syntax tags please![/syntax]
