Page 1 of 1

Unsigned pointer

Posted: Mon Jun 17, 2013 2:05 pm
by User_Russian
I can not understand why there is a sign of pointers? :shock: :shock:

Code: Select all

*p1 = 1234
*p2 = $FFFFFFFF

If *p1 > *p2
  Debug "Error *p2 more than *p1."
Else
  Debug "OK"
EndIf

Re: Unsigned pointer

Posted: Wed Jun 19, 2013 8:49 pm
by Toni6
I have needed unsigned integers in 2 projects already.

+1

Re: Unsigned pointer

Posted: Thu Jun 20, 2013 9:11 am
by Thorium
Has been discussed a lot.

I would love to have unsigned integer, long and quad.