Possible Duplicate:
Meaning of U suffix
I'm going through code that has a bunch of defines that look like: #define HEX_NUMBER (0x000000FFu)
What is the trailing u? I've tried compiling with and without it and I don't see any difference.
Appending u
to any integral constant makes the compiler interpret it as unsigned.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With