jeudi 2 mars 2017

IF Not statement

my application tells me that 0=0 I set global variable int j = 0; and have never before the if statement changed, there is the if statement:

if (!(j == 0))
    j--; 

it should decrease j if it is not equal to 0

Aucun commentaire:

Enregistrer un commentaire