Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in twos-complement
How to detect encodings on signed integers in C?
Jan 11, 2019
c
signed
twos-complement
ones-complement
how to do two complement multiplication and division of integers?
Nov 11, 2022
binary
division
multiplication
bits
twos-complement
Why Two's Complement?
Sep 14, 2022
computer-science
twos-complement
Why are signed and unsigned multiplication different instructions on x86(-64)?
Sep 22, 2022
assembly
x86
x86-64
twos-complement
intel
Why is the range of signed byte is from -128 to 127 (2's complement) and not from -127 to 127?
Sep 04, 2022
math
bit-manipulation
computer-architecture
twos-complement
why Integer.MAX_VALUE + 1 == Integer.MIN_VALUE?
Sep 01, 2022
java
integer
integer-overflow
twos-complement
jls
why -3==~2 in C#
Oct 20, 2022
c#
.net
conditional-statements
bitwise-operators
twos-complement
sign changes when going from int to float and back
Aug 30, 2022
c++
floating-point
type-conversion
ieee-754
twos-complement
bitwise not operator
Aug 29, 2022
java
javascript
c++
c
twos-complement
String.format() and hex numbers in Java
Aug 27, 2022
java
string
formatting
hex
twos-complement
How memset initializes an array of integers by -1?
Aug 26, 2022
c++
c
arrays
twos-complement
memset
Why is -(-2147483648) = - 2147483648 in a 32-bit machine?
Aug 26, 2022
c
32-bit
twos-complement
why does long long 2147483647 + 1 = -2147483648? [duplicate]
Aug 25, 2022
c++
c
undefined-behavior
integer-overflow
twos-complement
Two's Complement in Python
Aug 18, 2022
python
bit-manipulation
twos-complement
How are integers internally represented at a bit level in Java?
Aug 17, 2022
java
memory
binary
store
twos-complement
~x + ~y == ~(x + y) is always false?
Dec 14, 2021
c
bit-manipulation
signed
twos-complement
Why prefer two's complement over sign-and-magnitude for signed numbers?
Dec 14, 2021
binary
math
twos-complement
negative-number
internal-representation
What is “2's Complement”?
Aug 13, 2022
binary
bit-manipulation
computer-science
twos-complement
data-representation
« Newer Entries