User: Infante

  • Public profile

User profile: Infante

User info
User name:Infante
History
Joined:
Number of posts:4
Latest posts:

How to read and write binary files
Hi, 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 files
Do 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 files
Hi, 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