Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Twos Complement
why does long long 2147483647 + 1 = -2147483648?
Apr 17, 2021
Ramifications of C++20 requiring two's complement
Apr 17, 2021
What is the meaning of "producing negative zeroes" in a system that doesn't support it?
Apr 17, 2021
How memset initializes an array of integers by -1?
Apr 17, 2021
how to do two complement multiplication and division of integers?
Apr 17, 2021
How are integers internally represented at a bit level in Java?
Apr 25, 2021
why Integer.MAX_VALUE + 1 == Integer.MIN_VALUE?
Apr 25, 2021
Negative numbers are stored as 2's complement in memory, how does the CPU know if it's negative or positive?
Apr 25, 2021
Convert a signed decimal to hex encoded with two's complement
Apr 25, 2021
Convert 2 bytes to a number
Apr 25, 2021
Older Entries »