07 2020 档案
VS2005 error C2864 only static const integral data members can be initialized within a class
摘要:only static const integral data members can be initialized within a class 只要静态常量int 类型成员变量可以在类内部初始化。 only static const integral data members can be in
阅读全文
对话框完全显示后,马上执行一个按钮的事件
摘要:何志丹 对话框完全显示后,马上执行一个按钮的事件(一),新建一个基于对话框的工程DlgEvent。(二),增加一个按钮IDC_BUTTON1,并为其增加响应函数,代码如下:void CDlgEventDlg::OnButton1() { AfxMessageBox("CDlgEventDlg::On
阅读全文