I understand how negative numbers are stored in memory by using Two-Compliment but i cant see any reason for the existance of a signed integer and unsigned integer in the language C (and its many derivatives) Surely once the number is signed there should be no difference in the handling of the data.
2006-10-14
10:48:26
·
5 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
I suddenly thought of the place wear a problem could exist and it is with buffers(like metioned) but it would require me to be asking for huge (2^31) portions of memory or doing something stupid (asking for -5 bytes of memory) im not gonna do either
2006-10-14
11:31:20 ·
update #1