SyntaxFix
Write A Post
Hire A Developer
Questions
If you have a variable unsigned int x;, you can convert it to an int using (int)x.
unsigned int x;
int
(int)x