文件名称:c++ 对properties配置文件读写源代码
文件大小:3KB
文件格式:RAR
更新时间:2021-04-24 04:55:03
c++ properties 读写 源代码
/*读操作
CProperties cprop;
PSTATUS ret = cprop.open("D:\\job\\greatwall\\test\\bank.properties");
if (ret != IS_OK)
{
cout<<"打开配置文件失败"<
【文件预览】:
properties.h
properties.cpp