I'm trying to store offsets of a file pointing to different positions on it. Using tellp() function, I can know the actual position in the file, that is, an integer.
The problem comes when this number reaches 4.294.967.295. Overflow appears and then tellp is not showing me a correct number. So, What is the manner of dealing with big (>4GB) files?