when file is opened by program the file stream object read position is c++ code example
Example: write to file in C++
ofstream myfile;
myfile.open("file.txt");
myfile << "write this to file"
ofstream myfile;
myfile.open("file.txt");
myfile << "write this to file"