[6295] in java-interest
Re: 8 bit unsigned data type
daemon@ATHENA.MIT.EDU (Anselm Baird-Smith)
Thu Mar 28 16:56:43 1996
Date: Mon, 25 Mar 1996 09:27:18 -0500
Reply-To: Anselm Baird-Smith <abaird@w3.org>
From: Anselm Baird-Smith <abaird@w3.org>
To: Multiple recipients of list JAVA-INTEREST
<JAVA-INTEREST@JAVASOFT.COM>
In-Reply-To: <199603251501.QAA05871@lila.dei.uc.pt>
Vitor Carreira writes:
> >
> > You could spoof it using the lower 8 bits of an integer...
> >
> >
>
> Thanx. I already figured that out a short time after I post this message.
> Now the problem is if we want to use a unsigned long...
> I think unsigned types should exist on java.
>
Most (if not all ?) of these problems can be solved by using the '>>>'
operator instead of the '>>' one.
Anselm.
-----
This message has been forwarded via the JAVA-INTEREST
mailing list. In order to unsubscribe from this list, send a message to
listserv@javasoft.com with the command 'signoff JAVA-INTEREST' in
the message body (not in the subject line).