CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: C++ project

  1. #1
    Guest

    C++ project

    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?


  2. #2
    Join Date
    Jun 1999
    Location
    A.P., INDIA
    Posts
    27

    Re: C++ project

    The whole program for the tic-tac-toe is given in the book titled 'Object Oriented programming using Turbo C++' by Robert Lafore.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured