March 2000
Intermediate to advanced
576 pages
18h 13m
English
ShortInt Type
type ShortInt = -128..127;
The
ShortInt type defines an 8-bit signed integer.
C, C++, and Java programmers must take care because
ShortInt is not equivalent to the
short type in these other languages. The
short type is more closely akin to Delphi’s
SmallInt type.
See Integer for more information about integer
types.
| Byte Type, Integer Type |
Read now
Unlock full access