Tic Tac Toe Using 2D arraysThanks! I'm still struggling to check if a move if valid. Any tips?
Tic Tac Toe Using 2D arraysHey guys, we're supposed to create a tic tac toe program using a 2D array. I have this so far but ca...
Change elements in an arraySo I figured out the first two functions but am still not sure hoe to deal with the last two bool fu...
Change elements in an arrayI was thinking of using a for loop to search through the array and then using an if statement to see...
Change elements in an arrayHey guys, for class we're supposed to create a program to manipulate the elements of the array. I ha...