Xerces-C++ in vs.net question# Programming - 葵花宝典
k*e
1 楼
I installed xercesc package so that I
can handle xml in C++. I am using vs.net 2003
as my IDE. I downloaded the binary release from
http://xml.apache.org/xerces-c/download.cgi
However I am having problem to get it work.
Here is the simple test code:
#include
#include
#include
#if defined(XERCES_NEW_IOSTREAMS)
#include
#else
#include
#endif
#include
X
can handle xml in C++. I am using vs.net 2003
as my IDE. I downloaded the binary release from
http://xml.apache.org/xerces-c/download.cgi
However I am having problem to get it work.
Here is the simple test code:
#include
#include
#include
#if defined(XERCES_NEW_IOSTREAMS)
#include
#else
#include
#endif
#include
X