fs.seekg(n, ios::beg); fs.seekp(n, ios::beg);
n = fs.tellg(); n = fs.tellp();
fs.seekg(0, ios::end); long file_length = fs.tellg();