int q=(int)((nid-1031)/15);
int r=((nid-1031)%15)-2;
const char* x = (LPCTSTR) k;
strcpy((char*)board[q][r],x);
this code doesnt have any compiling errors..but during execution it says the mfc application has encounterd a problem and needs to close...
here k is a CString value.. nd board is a char array.
