Kohinoor24
March 13th, 2003, 01:52 AM
Under Linux,It is said that, As a 32-bit UNIX system, Linux can handle files not longer than 2Gb. The limitation is due to 32-bit integer size, which gives the largest possible file of 2^31-1 bytes. so it is said that we have to use the LFS(Large File support).
How about windows then?In windows also int is 4 bytes(32 bit).How is windows handling this.
Under Linux,I was able to open a file of size 3.8GB with the fopen command.
Is this limited to the c style Input/output under Linux and If I use the c++ input /output.There is no trouble.
Could anyone Enlighten me on this matter.
Thanks..
How about windows then?In windows also int is 4 bytes(32 bit).How is windows handling this.
Under Linux,I was able to open a file of size 3.8GB with the fopen command.
Is this limited to the c style Input/output under Linux and If I use the c++ input /output.There is no trouble.
Could anyone Enlighten me on this matter.
Thanks..