Hi,
Is it possible to do so? I'm trying to develop an address book application in C. I figured the easiest way would be using XML files to store each contact's info.
Thanks in advance,
motionman95
This is a discussion on Reading/Writing XML files in C? within the C Programming forums, part of the General Programming Boards category; Hi, Is it possible to do so? I'm trying to develop an address book application in C. I figured the ...
Hi,
Is it possible to do so? I'm trying to develop an address book application in C. I figured the easiest way would be using XML files to store each contact's info.
Thanks in advance,
motionman95
Yes, it can be done in 'C'.
I would look here for more info...
XML.com: Using Expat
The Expat XML Parser