User profile: sulliaa8

User info
User name:sulliaa8
History
Joined:
Number of posts:10
Latest posts:

Tic Tac Toe board not updating and prints 2 boards
So, 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 boards
Thank 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 boards
Im 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 message
Thank you, that did it. I had to add 'const' after the function to make it a constant function.

Not Sure how to fix error message
SO, the short of the program is to create a Point class with set/get and distanceTo functions. Then ...