Thank you! :D
Ok, here's some more.
1)Would be this right?Code:cout << caaBoard[iRow][iCol];
Doesn't look right.Code:printf("%d", caaBoard[iRow][iCol]);
2) I keep getting:
error C2065: 'EMove' : undeclared identifier Line - 34
error C2146: syntax error : missing ';' before identifier 'cNextMove' Line - 34
error C2065: 'true' : undeclared identifier Lines - 40
error C2143: syntax error : missing ';' before 'type' Lines - 51
error C2143: syntax error : missing ')' before 'type' Lines - 51
And about another 64 errors, roughly the same. lol
Should I post them? And should I keep posting these replies?

