Hi; 1|2|3 4|5|6 7|8|9 That is a tic tac in c++. I want to replace 5 by X and 3 by 0, but I have problem SET(). Can I do the following way move? set X (int); if( board [4]== 5) return X; -- modified at 9:34 Thursday 30th March, 2006
Hi; 1|2|3 4|5|6 7|8|9 That is a tic tac in c++. I want to replace 5 by X and 3 by 0, but I have problem SET(). Can I do the following way move? set X (int); if( board [4]== 5) return X; -- modified at 9:34 Thursday 30th March, 2006