What is a const unsigned variable? This is the first time I've seen it before. It had no explicit declaration whether it's an integer or floating point number. So I decided to test it out by typing it into MSVS 2010 Ultimate.
constunsigned variable = 0;
When I hovered over variable it said const unsigned int. Can someone explain what this means?