Search results

  1. B

    can u network this c++ game tic tac toe...pls give me the client and server code...?

    I nid to network this c++ program game...pls help me...give me some site to get the code or give the code in client and server....this game is Tic tac toe #include <iostream> #include <string> using namespace std; bool gamedone,turn; int choice,player; string space[10]; void win(bool x) {...
Back
Top