- This topic has 0 replies, 1 voice, and was last updated 18 years, 1 month ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- The forum ‘C Programming’ is closed to new topics and replies.
Home › Forums › C Programming › 64bit fstream file access?
In visual C++ you can create a 64 bit int like this…
long long int xyz;
In GNU C++ I have not been able to use such a long int?
I need to do file access of extra large files, over 4 gigs, how can you work a pointer to file position that is 64 bit, or work with files over 4 gigs in GNU C++ under Linux?
Any help appreciated.