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 signedness
Is the signedness of char an interface issue?
Jan 24, 2023
c
interface
unsigned-char
signedness
signed int modulo unsigned int produces nonsense results
Dec 26, 2022
c
modulo
mod
signedness
Conflicting signs in x86 assembly: movsx then unsigned compare/branch?
Dec 26, 2022
assembly
x86
masm
micro-optimization
signedness
When does the signedness of an integer really matter?
Nov 30, 2022
c
signedness
In C, for example, why is second operand of shift allowed to be signed?
Oct 13, 2022
c
shift
signedness
operand
Right-shifting 32-bit ints
Aug 18, 2022
clojure
bit-shift
signedness
How do I #define an unsigned char* string?
Oct 16, 2022
c
c-preprocessor
unsigned-char
signedness
For any finite floating point value, is it guaranteed that x - x == 0?
Nov 06, 2022
language-agnostic
floating-point
precision
ieee-754
signedness
Should I use "unsigned" every time i know I'm processing unsigned values?
Nov 07, 2022
c++
signedness
Sign of a floating point number
Oct 25, 2022
c++
floating-point
signedness
Worst side effects from chars signedness. (Explanation of signedness effects on chars and casts)
Dec 20, 2018
c++
debugging
casting
signedness
Can someone explain how the signedness of char is platform specific?
Sep 15, 2022
c++
signedness
Type conversion - unsigned to signed int/char
Aug 25, 2022
c
types
type-conversion
integer-promotion
signedness