Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
fread/fwrite
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Barry Schwarz, post: 2892470"] It depends on how code the fread. If you specify 1 block of n characters and there is less than n left in the file, then it will return 0. However, if you specify n blocks of 1 character each, then it will return the number of blocks read (which will be exactly the same as the number of characters read). Remove del for email [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
fread/fwrite
Top