CPP取得xml中的一个值
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<properties>
<comment>myconfig</comment>
<entry key="fu">baz</entry>
<entry key="foo">hahaha总问</entry>
</properties>
抓到fu的值baz的代码?不用QT,用STD cpp
[解决办法]
rapidjson
[解决办法]
用tinyxml库呀,简单又好用