I have forgotten
my Password

ComputingIo

Binary

File Length

Calculates the length of a binary file.
long fileLength (FILE* stream)

Read File

Reads the contents of a file into a dynamically created character string.
char* readFile (FILE* stream)

File Length Cpp

Calculate the length of C++ - style files
int fileLengthCpp (std::fstream * file)