Chess in C++can you give me any idea on how to write that
Chess in C++i have finished of with first 2 conditions now. my game has no time limits. now i need help with co...
Chess in C++[code]if (board[row2+1][column2+2]=='N' || board[row2+2][column2+1]=='N' || board[row2-1][column2+2]...
Chess in C++[code]if (board[row2+1][column2+1]=='Q' || board[row2+2][column2+2]=='Q' || board[row2+3][column2+3]...
Chess in C++[code]if (board[row2+1][column2]=='Q' || board[row2+2][column2]=='Q' || board[row2+3][column2]=='Q' ...