What is the range ?

Started by boral, February 09, 2013, 06:55:16 PM

Previous topic - Next topic

boral

What is the allowable range for integer constants and for real constants ( in exponential form ) in Pelles C ?

Bitbeisser

Quote from: boral on February 09, 2013, 06:55:16 PM
What is the allowable range for integer constants and for real constants ( in exponential form ) in Pelles C ?
Pretty much the same as for any other x86 compiler and depending on what exact "integer" and/or "real" type you are talking about.
In general, the limits (range as you call it) are defined in limits.h. Further "real" limits are also defined in float.h.

This information is also readily available in the Pelle's C IDE Help file...  ;)

Ralf