Date: Wed, 23 Dec 1998 15:27:19 -0500 Message-Id: <199812232027.PAA19348@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <914444712.515573@newsch.es.co.nz> (batchg@ihug.co.nz) Subject: Re: Longer number than float References: <914444712 DOT 515573 AT newsch DOT es DOT co DOT nz> Reply-To: djgpp AT delorie DOT com > Is there a variable that has more digits than a float ?? In increasing order of size: Integers: char, short, long, long long Reals: float, double, long double