MFC中MessageBox输出变量值

来源:互联网 发布:淘宝的网络广告方式 编辑:程序博客网 时间:2024/05/29 15:02

CString strNumber;

strNumber.Format("%d",a);////strNumber.Format("the number i is %d",a)

MessageBox(strNumber,_T("提醒"));

 

 

 

原创粉丝点击