C++ 中的 XML建造者6
如何在 Borland C++ Builder 6 中使用 XML 作为简单的数据存储?
是否有我可以使用的内部类?
谢谢你的帮助
How can I use XML as a simple data storage in Borland C++ Builder 6?
Is there an internal class, which I could use?
Thank's for help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定
TXmlDocument
是否在 C++Builder 6 中实现,但更简单的解决方案是使用 TinyXML [1] 库,确实简单、易用。我已经将它与不同版本的 C++ Builder 一起使用,它的工作方式非常神奇。[1] http://www.grinninglizard.com/tinyxml/
I'm not sure whether the
TXmlDocument
is implemented in C++Builder 6, but a more simple solution would be to use the TinyXML [1] library, which is indeed simple, and easy to use. I have used it with different versions of C++ Builder and it works like a charm.[1] http://www.grinninglizard.com/tinyxml/
使用本机XML
use NativeXML