What is the difference between if(++x < 0){something} and if(x + 1 < 0){something}
if(++x < 0){something}
if(x + 1 < 0){something}
Thanks in advance
Aucun commentaire:
Enregistrer un commentaire