Using Boost to read and write XML files

前端 未结 15 2094
眼角桃花
眼角桃花 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 02:55

    It would appear that boost serialization can read from and write-to archives in XML, if that's sufficient for your purposes.

    Easier XML with Boost

提交回复
热议问题