I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
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)