Was looking at some C++ code and saw a line of code that appeared a little bit weird. Wonder if someone around could have an idea, mdy is a variable:


y = (mdy>>9) && 0x7f + 1900;


this is...