0

Unsigned?

What do they mean that it csnnot be unsigned?

30th Jan 2017, 8:20 PM
Ashvini Pandian
Ashvini Pandian - avatar
1 Odpowiedź
+ 1
Signed means that the integer can be either positive or negative. Unsigned means that when converted to binary the bit that would normally indicate positive or negative is instead used as a normal bit which means instead of -1024 to 1023 you can have 0 to 2047.
2nd Feb 2017, 3:04 AM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar