What is the difference between unsigned
and unsigned int
?
This question was already answered for C (there is no difference):
Difference between unsigned and unsigned int in C
I am interested in knowing whether there is any practical difference in C++. Are they the same type?