Search found 1 match

by addnanoo
Fri Nov 12, 2010 11:06 am
Forum: Volume 101 (10100-10199)
Topic: 10196 - Check The Check
Replies: 77
Views: 36279

check the check

in the problem check the check , i keep getting a WA,
i checked every element in the chess bored ,and check the boundaries of each element...
:S any idea ?
here is my code


#include <iostream>

using namespace std;
void Pawn(char game[8][8]);
void Rook(char game[8][8]);
void Bishop(char game[8 ...

Go to advanced search