Re: How to deal with big-size files??
- From: jacob navia <jacob@xxxxxxxxxx>
- Date: Mon, 31 Dec 2007 17:10:50 +0100
هنداوى wrote:
What can i do to open , write and seek in file with size 2 GB or more
I know that you r limited with int type size which is 32-bit but how
programs like gzip , zip read and write from files with big size like
2-GB
how can i break this limit in C or even C++
Some compilers provide big file support
Microsoft and other compilers like lcc-win provide special functions
like fseeki64 and other functions to cope with files bigger than
2GB under the windows system.
Just look at the documentation of those compilers.
--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
.
- Follow-Ups:
- Re: How to deal with big-size files??
- From: هنداوى
- Re: How to deal with big-size files??
- References:
- How to deal with big-size files??
- From: هنداوى
- How to deal with big-size files??
- Prev by Date: Re: confused..again
- Next by Date: Re: How to deal with big-size files??
- Previous by thread: How to deal with big-size files??
- Next by thread: Re: How to deal with big-size files??
- Index(es):
Relevant Pages
|