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
There is no difference. unsigned and unsigned int are both synonyms for the same type (the unsigned version of the int type).
int