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
there's no need to repost the question exactly as previous time !! if no one answered you, it's because we don't understand what you're talking about... please elaborate more (with a better english if you can).