Using Boost to read and write XML files

前端 未结 15 2088
眼角桃花
眼角桃花 2020-11-28 02:37

Is there any good way (and a simple way too) using Boost to read and write XML files?

I can\'t seem to find any simple sample to read XML files using Boost. Can you

15条回答
  •  [愿得一人]
    2020-11-28 03:08

    There's also TinyXML, which is a nice and small C++ library. If you are looking for a lower-level library, RapidXML is a great starting point.

提交回复
热议问题