1
vote
1answer
68 views

updating binary file containing structs in c, offsets changing to corrupt rest of file

I'm trying to write a method that will, given a file containing values to update or append, will update a second binary file. Apparently, when I overwrite a struct in the binary file, the offsets ...