I open the file like this if I want to read the whole file
ifstream file; file.open ("test.txt", ios :: binary);
But I want to get