Posts by Raphael Roriz • 13 points
1 post
-
0
votes1
answer303
viewsQ: Writing in binary file
How do I write at 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;…