Thread: c++ and xml

  1. #1
    Registered User wazilian's Avatar
    Join Date
    Oct 2001
    Posts
    26

    c++ and xml

    can c++ read from and write to an xml document? i assume so (then again you know what happens when you assume) thanx.
    wazilian
    King of Wazil

  2. #2
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Yes, C++ can read from an XML document but as for parsing the XML tags and data you'll have to write your own parsing funtions.

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    Or use some library. Here's a link to a few free parsers out there. I'd recommend the Microsoft one because its already on your computer. Just do what it says, look for it's documentation at msdn.microsoft.com

    The linky-o:
    http://www.w3schools.com/software/software_parsers.asp

  4. #4
    Registered User wazilian's Avatar
    Join Date
    Oct 2001
    Posts
    26
    excellent. thanks guys for all ur help.
    wazilian
    King of Wazil

Popular pages Recent additions subscribe to a feed