HOME | DD

hackingcpp — Number Representations

#binary #cheatsheet #cplusplus #cpp #cpu #hardware #programming
Published: 2021-12-21 13:28:40 +0000 UTC; Views: 368; Favourites: 0; Downloads: 2
Redirect to original
Description Quick overview of the most common binary representations of numeric values used by computer hardware architectures (most notably Intel x86) and consequently most programming languages: positional binary for unsigned integers, two's complement positional binary for signed integers and IEEE 754 floating point numbers.
Related content
Comments: 0