Read XML file from cpp
Hello, I have a .xml file, which I need to read. Searching in Internet, I saw that I could do that with MSXML. But I can't include the library in my program. Anyone knows how I can do that? Or is there a other way to read a XML file?
Thanks