Posts by Marcelo Do Casttelo • 1 point
1 post
-
0
votes2
answers1571
viewsA: Reading Binary File in C++
You have the following problem: In c++ binary files do not accept dynamic variables like strings and vector. You need to read/write the file as an array of char, for this use the function…