Joncamp 0 Light Poster

In Visual C++ you can create a 64 bit int like this...

long long int xyz;

But in Linux with GNU C++ you can't seem to do it. I need to manage files larger then 9 gigs, how can you get fstream to use file position seek pointers that large, or how can you create int variables that are 64 bit?

Thanks much.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.