A few weeks back I was using std::ifstream to read in some files and it was failing immediately on open because the file was larger than 4GB. At the time I couldnt find a de
If you can move yourself away from using only standard C++, then you might be interested in boost::iostreams.