BYTE overall;
CString m;
m.Format("%d",overall);
AfxMessageBox(m);
这样报错了:
error C2664: 'void __cdecl CString::Format(const unsigned short *,...)' : cannot convert parameter 1 from 'char [3]' to 'const unsigned short *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.怎么回事?我要看overall怎么办?