Page 1 of 1

Unsigned 32 bit integer in Pascal

Posted: Sat Jul 27, 2002 2:00 am
by erdos
Hi,

Does anyone know how to use a unsigned 32 bit integer in Pascal (in GPC).
Just like Cardinal in Delphi Object Pascal.
That's useful for some problems which are in the range 0..2^32 -1 (thinking on C programmers I guess) and not in the signed integer range.

Regards,


Jose Santos

Posted: Tue Sep 17, 2002 12:49 pm
by tenshi
cardinal is also avail in GPC