I\'m trying to write a large file, but ran into a problem.
I use long long for seeking a place to write, but can\'t write file more than 4,2Gb. What I forgot?
Mo
Many filesystems do not support files larger than 4GB. In addition, you should consider that your int type may have a range that ends at 2^32, i.e. 4.29497e+09.
int
2^32