- Feb 28, 2008
- 1,262
- 0
- 71
I am trying to write a simple program in Code::Blocks GNU GCC in Windows 7 64 bit that will allow my program to determine the maximum number of bytes in a very large file say like 31 gigabytes and report that back.
So far what I have found through google is just prototypes which do not have any real world examples.
Can someone point me in the right direction or if I should be using fgetpos and fsetpos in the first place? Is there an easier way?
So far what I have found through google is just prototypes which do not have any real world examples.
Can someone point me in the right direction or if I should be using fgetpos and fsetpos in the first place? Is there an easier way?