Xerces and Dev-Cpp

I want to use C++ to read and edit XML files. I've heard of XML libraries and one in particular stands out, Xerces. The only problem is I'm pretty much a n00b at this stuff and I don't know how to use xerces on Dev-Cpp to read and edit the XML files. I read through the documentation and it all just confused me.

Can anyone give me a step by step in terms like how a doctor would tell you that you've stop some kind of disease that was discovered in Africa, given an African name, and all details are in African. In other words, I do not understand anything outside of High School Vocabulary and maybe a little business vocabulary.
You just need to OPEN the file, then read data from it.

This is un-dependence to any IDE, such as Dev-CPP. You are dealing with the XML according to

C++ language, the IDE is just a tools which could translated you C++ source code to executable

program, you did need to care it.
Topic archived. No new replies allowed.