01.05.2012, 09:22
Quote:
When you're not sure what an expression does, add the brackets that are implicit in operator precedence:
... zcmd_g_HasOPCS = (42 != -1); ... |
@ Killer i get why it's assigned just didn't get the "!= -1" part. Thanks for reply