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="santosh, post: 2961586"] size_t is defined in the Standard, so it's certainly portable. New users to C tend to have some confusion over using size_t objects with printf and family. Generally using the lu format specifier with a cast to the appropriate type is recommended. If you can, and want to, use C99's additions the zu specifier is specifically there for size_t. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
fread/fwrite
Top