How to read and write binary filesHi, You were right about ios::in (forgot that). But something went wrong. File was: 00 09 ff ff...
How to read and write binary files[code] fstream arq("/tmp/myfile", ios::binary | ios::out); int pos = 0x11882; vector<...
How to read and write binary filesDo you mean seekp? From what I've tested, if I do that, the rest of the file is gone. Do I need t...
How to read and write binary filesHi, C++ newbie here. I need to read and write certain bytes in binary files. After searching here an...
This user does not accept Private Messages