Hi,
I need a c++ xml parser. Rather than spending forever experimenting with a dozen or so to find the best, I was hoping you experts could recommend a good one.
I need to parse fairly simple XML files into std c++ types like vectors, maps, float, etc. The files will be relatively small in size, and, as I send, pretty simple.
I'm familiar with python's xml.etree.ElementTree. If you can suggest something with similar functionality, that would be great.
My c++ project is a native windows console app, coded in VS.
Thanks!
kevin
Start Free Trial