Search:

Type: Posts; User: zackKidd

Search: Search took 0.00 seconds.

  1. Thread: Tic Tac Toe

    by zackKidd
    Replies
    8
    Views
    2,183

    Very interesting, thanks for the help. Had no...

    Very interesting, thanks for the help. Had no idea that you could have multiple constructors.

    I just need to clear something up. This line:



    protected:
    Tile board[3][3];
  2. Thread: Tic Tac Toe

    by zackKidd
    Replies
    8
    Views
    2,183

    One more question:

    Thanks for the link, looks very interesting. I'll have to have a look when I've had a go at writing something myself and see what others have done differently (better).

    One more question, my first...
  3. Thread: Tic Tac Toe

    by zackKidd
    Replies
    8
    Views
    2,183

    Haha, thanks man. Can't believe I didn't spot...

    Haha, thanks man. Can't believe I didn't spot that!
  4. Thread: Tic Tac Toe

    by zackKidd
    Replies
    8
    Views
    2,183

    Tic Tac Toe

    Hi all,

    I've been going through the tutorials on the site and decided to create a simple tic tac toe program to put them in to context. This is my first attempt at c++ so go easy on me.


    ...
Results 1 to 4 of 4