Pelles C forum

Pelles C => General discussions => Topic started by: boral on February 09, 2013, 06:55:16 PM

Title: What is the range ?
Post by: 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 ?
Title: Re: What is the range ?
Post by: Bitbeisser on February 09, 2013, 11:55:12 PM
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