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!