To broaden my experience I am working on a silly little project to hone up on my skills. I am trying to write a program to play poker with itself. Being rusty and not programming for over 8 years I am having trouble and was wondering if you could help me.
I am having problems creating a function to reset an array (the deck of cards). I am assuming it uses pass by reference by default, is this correct? Here is my function prototype and function and I was wondering if you could help point me in the right direction.
void make_deck ( string deck[4][13] ); //Prototype to reorganize the deck