cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
XML Programming
XML Programming
May 29, 2010 at 3:21pm UTC
xXxMagiciaNxXx
(3)
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 ..
May 30, 2010 at 8:55am UTC
Galik
(2254)
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/
May 30, 2010 at 6:36pm UTC
eraeya
(6)
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.