Newbetuts
.
New posts in signed
How to convert to and from two's complement and sign & magnitude?
python
math
integer
bit-manipulation
signed
Signedness of enum in C/C99/C++/C++x/GNU C/GNU C99
c++
c
enums
c99
signed
Why is Signed Overflow due to computation still Undefined Behavior in C++20
c++
type-conversion
overflow
c++20
signed
Is (int)(unsigned)-1 == -1 undefined behavior
c++
c++11
overflow
unsigned
signed
Why does this if condition fail for comparison of negative and positive integers [duplicate]
c++
c
if-statement
comparison
signed
When should I just use "int" versus more sign-specific or size-specific types?
c
unsigned
signed
What is the best way to work around the fact that ALL Java bytes are signed?
java
byte
unsigned
signed
Can a pointer (address) ever be negative?
c
pointers
return-value
signed
Unsigned hexadecimal constant in C?
c
constants
hex
unsigned
signed
How do I deal with "signed/unsigned mismatch" warnings (C4018)?
c++
comparison
refactoring
unsigned
signed
How to convert signed to unsigned integer in python
python
integer
unsigned
signed
should use size_t or ssize_t [duplicate]
c++
unsigned
signed
size-t
Why is std::ssize() introduced in C++20?
c++
stl
unsigned
signed
c++20
Why is a negative int greater than unsigned int? [duplicate]
c
int
unsigned
signed
What is the difference between “int” and “uint” / “long” and “ulong”?
c#
types
integer
unsigned
signed
~x + ~y == ~(x + y) is always false?
c
bit-manipulation
signed
twos-complement
Google map signed api key errors in Android
android
google-maps
key
signed
Detecting signed overflow in C/C++
c++
c
undefined-behavior
signed
integer-overflow
Why is 0 < -0x80000000?
c
signed
numeric-limits
numeric-conversion
What happens if I assign a negative value to an unsigned variable?
c++
type-conversion
integer
unsigned
signed
Prev
Next