Search:

Type: Posts; User: Seth

Search: Search took 0.00 seconds.

  1. Thread: Tic tac toe game

    by Seth
    Replies
    9
    Views
    9,715

    Thanks everyone

    Thanks everyone that posted I have now got my program working. I have posted the current code to try out the code tags.



    #include <stdio.h>
    #include <stdlib.h>

    void print_grid();
    char...
  2. Thread: Tic tac toe game

    by Seth
    Replies
    9
    Views
    9,715

    Sorry that last code was poorly posted I have...

    Sorry that last code was poorly posted I have attached the source code with this post for you to look at]

    Seth
  3. Thread: Tic tac toe game

    by Seth
    Replies
    9
    Views
    9,715

    Tic tac toe game

    Hi this is my first post I just wondered if anyone could help this code is for a very simple tic tac toe (Os&Xs) game I have two problems with it one is that when it asks if you would like to play...
Results 1 to 3 of 3