123
ifstream file ("test.txt",ios::in|ios::ate); //Or maybe ifstream file ("test.txt",ios::in|ios::at);