Is there any way to use two unsigned ints in an if statement a a signed int?
unsigned int a = 0, b = 1; if (a - b > - 1) ++a;
Aucun commentaire:
Enregistrer un commentaire