August 5, 2011
C : Get Size of Big File
I want to get size of file in C (this program can handling open big input file >4GB). I use function fseek and ftell to get size of file. But the problem when we use this command is fseek and ftell can not handling open big file input (>4GB). Because return value from command ftell