摘要: 在gitee上找到的一个很好用的ini文件解析器,纯C++代码,移植方便。 项目地址:https://gitee.com/sollyu/IniParser 稍微修改了下,去掉了Windows平台相关定义,改了下类名称。 头文件: 1 #ifndef INIPARSER_H 2 #define INI 阅读全文
posted @ 2018-06-14 13:40 kanite 阅读(628) 评论(0) 推荐(0) 编辑
摘要: C++的xml解析器有很多,这个知乎回答里有一个列表:https://www.zhihu.com/question/32046606 下面使用其中的RapidXml试试。 官方地址: https://link.zhihu.com/?target=http%3A//rapidxml.sourcefor 阅读全文
posted @ 2018-06-14 11:58 kanite 阅读(331) 评论(0) 推荐(0) 编辑