Parsing XMl file through Command line application

Oct 14, 2016 at 6:33am
Hi ,

I am creating a c++ command line application where I have to parse XML file and get required information and write them as a new file in a separate folder.

The first argument should be the path of XML file and second argument should be the output path. (For example: application.exe "path of Xml.xml" -output "output path")

Do anyone has done relevant c++ console program pls help me out here!
Oct 14, 2016 at 7:15am
Oct 14, 2016 at 8:03am
Oct 14, 2016 at 9:56am
Thank you so much for the ideas @integralfx and @Thomas1965.. :-)
Topic archived. No new replies allowed.