problem with my code

hey guys!
Last edited on
1
2
3
int sums[MAXSUMS] = {0} ; // *** initialise to all zeroes
// ...
int diceValues[7][7] = {0} ; // *** initialise to all zeroes 

Thanks bro!! Saved my life
Topic archived. No new replies allowed.