0
votes
4answers
622 views
How to read an XML file in a Visual C++ application?
How to read an XML file in a Visual C++ application?
I need to read an XML file in a Visual Studio 2003 C++ COM ATL application - unmanaged code. What library should I use: msxml, xmllite, …
