C语言实现象棋游戏 #include <afxwin.h> class CPlate { int m_ndx; // 棋盘格宽 int m_ndy; // 棋盘格高 int m_nLeft; // 棋盘位置