I open the file like this and read it:
ifstream("in.txt);
The file size is 300 KB But I want to read only 5 KB of it How is this done?