Integer bits
Why is the maximum integer in c++, (when converted to binary), 25 bits long and not 16 or 32?
That depends on your platform.
The <climits> file contains declarations to the maximum values for your implementation.
Topic archived. No new replies allowed.