标签:conf ini tac upd read 数据 pat include reader
#include ”IniOperation.h"
CString strPath = strIntancePath + _T("..\\config.ini"); //路径
util::CIniReader iniReader(strPath);
UPDATE_MAX_COUNT = iniReader.ReadInteger(_T("UPDATEDATA"), _T("PageSize"), 1000);
iniWriter.WriteInteger(_T("data"), _T("TotalData"), dataCount);
标签:conf ini tac upd read 数据 pat include reader
原文地址:http://www.cnblogs.com/lhwblog/p/7688824.html