Is there any difference between uint and unsigned int? I\'m looking in the site, but all question refers to C# or C++. I\'d like to have an answer conc
uint
unsigned int
uint isn't a standard type - unsigned int is.