simple 3x3 guessing gamehi, i'm trying to make a guessing game that is on a 3x3 grid. the grid has numbers 1-9 placed ra...
help randomizing an array c++[code] const int ARRAY_SIZE = 9; srand(time(0)); string numbers[ARRAY_SIZE] = {"1","2","3","4...
help randomizing an array c++random_shuffle() didn't work. it did mix up the order. but when running the application again it wo...
help randomizing an array c++i can't get it to work. the reason i need it is because i need to make a game where the users gues...
help randomizing an array c++Hi, i need help in making a 3x3 grid with the numbers 1-9 and they need to be in a random order wit...
This user does not accept Private Messages