4 giga byte limit in stdio.h

K

katysei

when I look at stdio.h function for accessing file,the type that
represent location of the file
file size etc is long which in win32 platform===fbytes==4Giga byte
file.
How can handle files larger that that(in windows and other platform).
Thanx.
Kat.
 
R

Richard Heathfield

(e-mail address removed) said:
when I look at stdio.h function for accessing file,the type that
represent location of the file
file size etc is long which in win32 platform===fbytes==4Giga byte
file.
How can handle files larger that that(in windows and other platform).

This limit is imposed not by C but by your implementation. Consult your
implementation's documentation, or find a newsgroup devoted to your
implementation or platform.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: normal service will be restored as soon as possible. Please do not
adjust your email clients.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top