Posts by Andre • 51 points
1 post
-
5
votes3
answers557
viewsQ: Unsigned int doesn’t work?
Next, my program keeps compiling even after I have assigned a negative value to an unsigned variable, why does this happen? I use IDE Code::Blocks 13.12 unsigned int numero1 = -1;…