Can I open an ifstream (or set an existing one in any way) to only read part of a file? For example, I would like to have my ifstream read a file from
ifstream
You might want to implement your own stream reader class (preferably via some ifstream interface if one exists).