vc++ MessageBox使用方法
pre><pre class="cpp" name="code">
CString str;
str.Format ("It is : %f",result);
::AfxMessageBox(str);
摘自 myj0513的专栏
补充:软件开发 , Vc ,
pre><pre class="cpp" name="code">
CString str;
str.Format ("It is : %f",result);
::AfxMessageBox(str);
摘自 myj0513的专栏
补充:软件开发 , Vc ,
上一个:vc++ 三维动态数组的创建与释放
下一个:vc++ 批量读取和存储文件