parse a xml in c++

前端 未结 3 1468
死守一世寂寞
死守一世寂寞 2021-01-26 12:37

i want to parse a xml like that. My output need to be a code in c or c++ who make the transformation of each letter in phoneme. I introduce a word at input and my generated code

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-26 13:36

    For a fast xml parser which just needs to be dumped in to your project without dependencies, I highly recommend TinyXML.

    http://www.grinninglizard.com/tinyxml/

提交回复
热议问题