Page 1 of 1

Uint32

Posted: Fri Oct 08, 2010 1:23 am
by Armoured
Please add the Uint32 type of variables. This type is usefull with bit operations.

Thanks

Re: Uint32

Posted: Fri Oct 08, 2010 9:10 am
by Thorium
Requested many times.
Unfortunatly we will not get it.

Re: Uint32

Posted: Fri Oct 08, 2010 10:43 am
by Trond
Armoured wrote:Please add the Uint32 type of variables. This type is usefull with bit operations.

Thanks
Bit operations don't care whether your type is signed or not, because they work with the individual bits. The only exception is the shift right, which is either arithmetic or not.