MessageBox如何输出整数

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

posted on 2014-06-04 10:35  上海—Michael  阅读(758)  评论(0编辑  收藏  举报