FILE* file = fopen(filepath, "rb"); if (file) { int size = filelength(fileno(file)); cout<< size<< endl; fclose(file); }