回复:请问C/C++高手, 有个IF condition我不知道是check什么的, 谢谢

来源: 2006-09-25 09:05:30 [旧帖] [给我悄悄话] 本文已被阅读:

In the function get_computer_move, if all elements of the matrix have the value ' ',it means the player did not move anything. In this case, i = j = 3, and i*j = 9. The program thinks this case is a draw (平手), and exits.