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
can a character be negative?
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="Tim Rentsch, post: 3952470"] It guards against accidentally forgetting the calling requirements of the isXXX functions, which specify taking a character argument that's been converted to (unsigned char) (and perhaps thence to (int), but that's done automatically by the calling conversions). Any (char) is representable as an (unsigned char). A disadvantage of the above is that it might do the wrong thing with an EOF value. But there's no absolutely foolproof way out of that dilemma. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
can a character be negative?
Top