Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~142 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for jhollie

#include <iostream.h> #include <conio.h> #include <stdlib.h> #include <dos.h> #include <string.h> #include <stdio.h> #include <graphics.h> #include <process.h> char board [3] [3]; void rules(void); void help(void); void play(void); void restart(void); void credits(void); void draw(void); void printplayer(int); void printcomp(int); void result(void); char name[100]; void input(void); void input2(void); void mapboard(void); void main() { int …

Member Avatar for chrjs
-1
142