Could you please make it clear what the difference is between unsigned and unsigned int? Maybe some example code would be helpful.
unsigned
unsigned int
unsigned alone means unsigned int. You can also use unsigned char, etc. I have no idea what happens if you try unsigned double or unsigned float. Anybody know?
unsigned char
unsigned double
unsigned float