Is there any XML Parser that comes by default with g++
PHP, C# is bundled with such parsers and 开发者_StackOverflow社区are available with the default libraries. Does g++ have any such libraries?
G++ is a compiler, not a development framework.
If you want a C++ XML library, try tinyxml.
精彩评论