Signed word lengths and indexes

Steven Schveighoffer schveiguy at yahoo.com
Thu Jun 17 12:41:50 PDT 2010


On Thu, 17 Jun 2010 15:24:52 -0400, Don <nospam at nospam.com> wrote:

>
> A question I have though is, Java has >>>. Does Java have these problems  
> too?

Java doesn't have unsigned values, so it's necessary to use regular int's  
as bitmasks, hence the extra operator.

-Steve


More information about the Digitalmars-d mailing list