Tic Tac Toe board not updating and prints 2 boardsSo, now I seem to have and issue with this statement [code] while (!newPlay.makeMove(rowIn, columnI...
Tic Tac Toe board not updating and prints 2 boardsThank you for your reply, I do see the mistake in the code I posted. I made a mistake in copying th...
Tic Tac Toe board not updating and prints 2 boardsIm trying to make a Tic Tac Toe board for an assignment. Right now it compiles fine but when I enter...
Not Sure how to fix error messageThank you, that did it. I had to add 'const' after the function to make it a constant function.
Not Sure how to fix error messageSO, the short of the program is to create a Point class with set/get and distanceTo functions. Then ...