Subject: Re: Hm...
To: Mason Loring Bliss <mason@acheron.middleboro.ma.us>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: current-users
Date: 02/03/2000 09:26:08
> Maybe my C skills are TOO rusty, but is unsigned a proper data type,
> with a defined length?
Yes and no.
unsigned, like short, is not, strictly, a data type in its own right.
But in a declaration that names only one or more of these `adjectival'
type keywords and no `base' type keyword, "int" is implicitly supplied.
So "unsigned foo;" does indeed declare foo with a well-defined type,
namely, unsigned int.
der Mouse
mouse@rodents.montreal.qc.ca
7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B