jeanl
20th June 2005, 00:00
Guys,
How can I get the size of very large files (> 4GB) in C++?
I've been using _stat() but that returns the wrong size in such cases (it seems to return the size modulo 4GB - 2^32 bytes)...
Any pointer would be appreciated...
jeanl
How can I get the size of very large files (> 4GB) in C++?
I've been using _stat() but that returns the wrong size in such cases (it seems to return the size modulo 4GB - 2^32 bytes)...
Any pointer would be appreciated...
jeanl