Uint32

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Armoured
Enthusiast
Enthusiast
Posts: 365
Joined: Mon Jan 26, 2004 11:39 am
Location: ITALY
Contact:

Uint32

Post by Armoured »

Please add the Uint32 type of variables. This type is usefull with bit operations.

Thanks
Thorium
Addict
Addict
Posts: 1305
Joined: Sat Aug 15, 2009 6:59 pm

Re: Uint32

Post by Thorium »

Requested many times.
Unfortunatly we will not get it.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Uint32

Post 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.
Post Reply