I can explain the integer question, unsigned integers is just numbers that cannot go below -1, or even -0 (lol), or a better explanation, anything that contains a minus before the integer cannot be stored inside of a data type of unsigned integer. Since unsigned integers in C++ cannot store negative numbers.
Nice
Thanks!
I can explain the integer question, unsigned integers is just numbers that cannot go below -1, or even -0 (lol), or a better explanation, anything that contains a minus before the integer cannot be stored inside of a data type of unsigned integer. Since unsigned integers in C++ cannot store negative numbers.
Thanks for letting us know!!