Was wondering how I can read from an XML file and ignore all the other tags, and store those data inside those unique tags under variables in a struct.
SO far, I had done nothing much but to ifstream and display all the data of the entire XML file to the console.
Was not sure what to do from there onwards, was hoping to get some insight to what I should be doing, as I have looked at some tutorials, but all involve using certain libraries to parse the XML?
am using codeblocks by the way. Anyone can point me to the right direction?
No comments:
Post a Comment