Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 39815cfb0428fd9d1c438b6b3c91a209 > files > 1287

qt3-example-3.3.8-4.2mdv2007.1.x86_64.rpm

/*
$Id: qt/tictac.doc   3.3.8   edited May 27 2003 $
*/
/*!   \page tictac-example.html

  \ingroup examples
  \title Tic Tac Toe

  This is an implementation of the Tic-tac-toe game.

  We didn't put much effort in making a clever algorithm so it's not a
  challenge to play against the computer. Instead, study the source code
  to see how you can make reusable components such as the \e TicTacGameBoard
  widget.

  <hr>

  Header file:

  \include tictac/tictac.h

  <hr>

  Implementation:

  \include tictac/tictac.cpp

  <hr>

  Main:

  \include tictac/main.cpp
*/