Uint32
Posted: Fri Oct 08, 2010 1:23 am
Please add the Uint32 type of variables. This type is usefull with bit operations.
Thanks
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.Armoured wrote:Please add the Uint32 type of variables. This type is usefull with bit operations.
Thanks