C++ – loading a binary file

I didn’t expect it wouldn’t be that difficult to load a simple binary file in C++ (of course, I’m talking about a sysex file).

The problem is not to load it to the heap, the problem is to find documentation to do so. Most documents load text strings – but I cannot use strings for binary files.

Comments are closed.