Is there an easy way to serialize data in c++ (either to xml or binary), and then deserialize the data in C#?
I\'m working with some remote WINNT machines that won\
Other options would be:
creating a binary file that contains the data in the way you need it ( not a easy & portable solution )
XML
YAML
plain text files