MessageBox如何输出整数

int cx=10;
CString s;
s.Format(_T("整数是:%d"),cx);
MessageBox(s);

原文地址:https://www.cnblogs.com/duyy/p/3767334.html