MFC中常用输出
1、AfxMessageBox("文字");
2、Linksbox对象myRecord输出文字:
1)、str=“文字”;myRecord.Addstring(str);
2)、str.Format("类似printf内部")
MFC中常用输出
1、AfxMessageBox("文字");
2、Linksbox对象myRecord输出文字:
1)、str=“文字”;myRecord.Addstring(str);
2)、str.Format("类似printf内部")