Lvalue requried in function Init怎么解决这个问题[解决办法]char gChessBoard[19][19];//这是个数组 gChessBoard[j]=CHESSNULL;// 要对一个数组的地址赋值.-------------这是不允许的.