Is it possible to use C++ to get data from an XML file?
I'm just starting out how to do XML (which is fairly simplistic and self-explanatory) and I thought that it'd be wonderful if I could use XML to store data from C++ programs that can be accessed later (i.e. character stats from a game, configuration settings, etc.).
I'm sure it's possible, but what I really mean is that I'm wondering if there's a standard for getting data from an XML file.
AFAIK, there's on XML standard.
You can't throw a rock at the Internet without hitting at least five XML libraries. Google, SourceForge, and Wikipedia are your friends.