Click to See Complete Forum and Search --> : C++ project


May 30th, 1999, 01:15 PM
I am doing a project for tic-tac-toe-How do I create a grid that holds the positions (9) for two players-have the program recognize if a position is chosen-and to flag a player - and how to recognize if a player has won or it is a draw?

satishvv
June 7th, 1999, 08:14 AM
The whole program for the tic-tac-toe is given in the book titled 'Object Oriented programming using Turbo C++' by Robert Lafore.