Hi there,
I did not find a simple way to write to a file or read from a file. I have seen there are
BinaryReader and BinaryWriter classes, but they need a std::istream / std::ostream
in there constructors. Is it possible to have a File object, and construct some Reader /
Writer instances by using this File object?
Kind Regards,
Christian





