|
|
|
|
|
by b3tta
4658 days ago
|
|
Folks... Let me ask you a related question:
Why are signed integers used so (extremely) often, if the number is by definition always greater or equal to zero? Why are so few using explicit unsigned integers? Is it just a lack of understanding what the difference between signed and unsigned integers are and what happens if either one is increased/decreased over it's maximum/minimum value? |
|