摘要: string strPath(CONFIG); strPath += "\\LOG.ini"; cout<<strPath<<endl; int res = WritePrivateProfileStringA("section", "key1", "123", strPath.c_str());//0表示失败,非0表示成功 cout<<res<<endl; int num = GetPrivateProfileIntA("section", &q 阅读全文
posted @ 2012-12-17 10:51 大猫814 阅读(19270) 评论(0) 推荐(1) 编辑