How do I write to any position of a binary file using the fstream library, without overwriting the content already inserted in the file?
I started trying like this:
ofstream salvar;
salvar.open(arq_dados,ios::binary);
salvar.seek...
asked by
05.06.2018 / 00:55