+ 1
Files in C++
Reading elements with function f. read() https://code.sololearn.com/cwg5O9ExdLtX/?ref=app I couldn't read from file objects as I write to this file. So, in this file I wrote objects of class account to a file and when I read them one by one with function read of object ofstream by checking eof(), even when I entered only one object eof() didn't work well
2 ответов
0
Your problem is not clear?