Home Forums C Programming 64bit fstream file access?

Viewing 0 reply threads
  • Author
    Posts
    • #1951
      kvaughn
      Participant

      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.

Viewing 0 reply threads
  • The forum ‘C Programming’ is closed to new topics and replies.