User profile: Stealth987
User info |
User name: | Stealth987 |
History |
Joined: | |
Number of posts: | 3 |
Latest posts: |
Can you guys tell me whats wrong with this code, its for a tic tac toe game. Thanks for the support guys. The game now works like it is supposed to.
Can you guys tell me whats wrong with this code, its for a tic tac toe game. The problem I am having is that the game itself is loading but when you go and play it, the "x" and ...
Can you guys tell me whats wrong with this code, its for a tic tac toe game. #include <iostream>
using namespace std;
char square[10] = { '0', '1', '2', '3', '4', '5', '6', ...
|
This user does not accept Private Messages