cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
SCHAR_MIN
SCHAR_MIN
Jun 24, 2013 at 1:13am UTC
hogey
(1)
In this page:
http://www.cplusplus.com/reference/climits/
it says SCHAR_MIN is -127 when it should be -128
D.
Jun 24, 2013 at 1:29am UTC
cire
(8284)
The actual wording on the page you linked is "-127 or less" and -128 is less than -127.
http://stackoverflow.com/questions/8010040/why-is-schar-min-defined-as-127-in-c99
Also, at the bottom of every page on this site is a link that says "Spotted an err? contact us" that you may use to report an error, however, please save admin some trouble and bother googling (or at least rereading) to see if you're mistaken first.
Last edited on
Jun 24, 2013 at 1:35am UTC
Topic archived. No new replies allowed.