Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Integer size

Name: Anonymous 2013-05-15 12:11

How do I use the maximum capacity of any integer's (largest number it can store) as another integer's input?

Name: Anonymous 2013-05-15 12:26

sizeof (int)

Name: Anonymous 2013-05-15 12:32

I thought that'd read the size the value stored in the int is occupying instead of its maximum capacity.

Hurr I'm retarded durp

Name: Anonymous 2013-05-15 23:42


#include <limits.h>

int a = INT_MAX;

Don't change these.
Name: Email:
Entire Thread Thread List