Different number systems:
- Decimal
- Octal
- Hexadecimal
- Binary
The range of an int in C++ is . This is because the leftmost bit is assigned for negative values.
Design principles:
- Simplicity favors regularity
- Smaller is faster
- Make the common case fast
- Good design demands good comprimise