回複:請問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.