Is there any way to read through a file bit by bit, instead of character by character? ifstream::read(), ifstream::readsome(), and ifstream::get() deal only in chars (bytes). Justin
Is there any way to read through a file bit by bit, instead of character by character? ifstream::read(), ifstream::readsome(), and ifstream::get() deal only in chars (bytes). Justin