标题:'operator =' function is unavailable
取消只看楼主
卡利哇钦葛
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2012-12-14
结帖率:0
已结贴  问题点数:20 回复次数:0 
'operator =' function is unavailable
void CFormulaDlg::OnButtonReset()
{
    // TODO: Add your control notification handler code here
    CString strFileName=".\\formula.ini";
    m_nOvertime=GetPrivateProfileInt("Formula","Overtime",150,strFileName);
    m_nErrand=GetPrivateProfileInt("Formula","Errand",100,strFileName);
    m_nLate=GetPrivateProfileInt("Formula","Late",10,strFileName);
    m_nAbsent=GetPrivateProfileInt("Formula","Absent",50,strFileName);
    UpdateData(FALSE);
}
这个要怎么改啊
搜索更多相关主题的帖子: control function 150 void 
2012-12-14 10:01



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-391219-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.440043 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved