Search found 1 match

by usmankayani
Thu Dec 27, 2012 9:31 am
Forum: Volume 103 (10300-10399)
Topic: 10363 - Tic Tac Toe
Replies: 54
Views: 33546

10363 tic tac toe

i can not find my compilation error

#include<iostream>
using namespace std;

int main()
{

int p=0,c,b,check=0,repeat;
cin>>repeat;

do
{
char y='y';
char a[3][3]={'.','.','.','.','.','.','.','.','.'};
p=0;
do
{
system("cls");
for(int i=0;i<3;i++)
{
for(int j=0;j<3;j++)
{
cout<<a [j ...

Go to advanced search