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
How to read xml file contents in CPP
How to read xml file contents in CPP
Jan 30, 2015 at 10:30am UTC
HabibAurangabad
(15)
I need a sample program to read contents of any
xml file
using CPP. Any kind of guidance will be helpful. Thanks.
Jan 30, 2015 at 10:40am UTC
TheIdeasMan
(6817)
Hi,
http://www.grinninglizard.com/tinyxml2docs/index.html
Does this help?
It was the first thing on the list when I Googled
C++ xml
Google & wiki are your best friends *
Anyway all the best, hope all is well at your end & have some fun !! :+)
* Unless you live somewhere where these are banned - like North Korea, Iran etc
Jan 30, 2015 at 10:42am UTC
MiiNiPaa
(8886)
WHich XML parsing library do you use? If you did not select one, do this, depending on your needs:
http://stackoverflow.com/questions/9387610/what-xml-parser-should-i-use-in-c
Topic archived. No new replies allowed.