News

Basically what it says. If I do something like this:code:int x = 1;bool y = x;I'll get this:quote:warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)What do I need ...