Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML and visual C++ (2005)

Status
Not open for further replies.

ceodav

Programmer
Feb 21, 2003
106
IT
Hi all,
is it possible to read an xml file from a VC++ project in VS2005? or i need to find some library somewhere?
into MSDN i found the possibility to do it from VB and VC# but not from VC++.

thanks
Davide
 
another thing, do you know where i can found free xml class for reading and saving information from/to an xml file?

thanks
 
You could try xerces. It is similar to MSXML but you're not tied to Microsoft.

I've only ever used MSXML in DOM mode and xerces in SAX mode. No idea how easy it is to use MSXML in SAX and xerces in DOM.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top