vc++ MessageBox使用方法

2014-11-23 21:24:57 · 作者: · 浏览: 73

pre>

  

CString str;

str.Format ("It is : %f",result);

::AfxMessageBox(str);

摘自 myj0513的专栏