Monday, April 12, 2010

Intial of the game Tick tack toe


#include
#include
//using namespace std;
struct player
{
char name1[20];
char name2[20];
int score1;
int score2;
};

No comments:

Post a Comment

Please give your comments.

Thanks
Razye :)