#include <fstream.h>. . . fstream fobj(filename, ios::in|ios::out);. . .fobj.seekg(0, ios::end);length = fobj.tellg();