CString src;src="abcd";char s[255]="abcd";if(strcmp(src.GetBuffer(src.GetLength()),s)==0)AfxMessageBox("=");