I have a .NET application which serializes an object in binary format. this object is a struct consisting of a few fields.
I must deserialize and use this object in a C+
Can you edit the .NET app? If so why not use XML Serialization to output the data in a easy to import format?