This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在 Windows 上开发一个程序,我正在使用宽字符。而且我没有使用 ATL/MFC,只是使用纯标准 C++。现在我需要一个 XML 解析器。我尝试了 tinyXml,但它不支持宽字符。我知道 MSXml 支持宽字符,但我不想使用它,因为它使用 COM 并且有点复杂。我担心如果用户的操作系统没有安装 MSXML 服务怎么办。知道我该怎么做吗?新的 XML 解析器?