Hi,

How do we read and write a byte array to a XML file in C++.

Recommended Answers

All 4 Replies

Hi,

How do we read and write a byte array to a XML file in C++.

Its very complex to do in c++ -- a lot simpler in VBA. But read these articles.

Which OS ?
On Windows it's very easy (COM, complete code in MS SDK)

If you don't mind to co-work with old style C++
you could consider about xerces c++
I heard that boost also have a tool which could help you parse XML
maybe you could take a look on boost and xerces c++

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.