XML Programming

Hello ! Had anyone done this yet ?

How can I manipulate xml files for example , get input send output and so ..?

Which headers must I include ?

An exaple ?

Thank you ..
You need an XML library. How you go about it will depend on the library you use.

Here are a couple of popular ones for you to check-out:

LibXml2
http://xmlsoft.org/index.html

Xerces-C++
http://xerces.apache.org/xerces-c/
Aside from a good XML library, it might be useful to have a look at fstream, ifstream and ofstream. You can use those to respectively read and write data to and from files, they work much like cin and cout.
Topic archived. No new replies allowed.