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 unsigned
Why can't I store 2^64 in an unsigned long on a 64-bit machine?
Aug 18, 2026
c
binary
integer
x86-64
unsigned
Making sure unsigned int/long always execute in checked context in C#
Aug 18, 2026
c#
math
unsigned
checked
Using char as an unsigned 16 bit value in Java?
Aug 08, 2026
java
byte
emulation
unsigned
How to properly do negative value cast to an unsigned type in C?
Aug 05, 2026
c
type-conversion
unsigned
misra
How do I output an unsigned char* to file without reinterpret_cast
Aug 03, 2026
c++
casting
type-conversion
unsigned
Why aren't unsigned applets allowed to create custom ClassLoaders?
Aug 03, 2026
java
security
applet
classloader
unsigned
Inequality on unsigned values
Jul 27, 2026
c
unsigned
comparison-operators
inequality
Signed and unsigned integers?
Jul 19, 2026
integer
unsigned
signed
What does the "U" in c defines mean (i.e. #define FOO ((uint32_t)1000U)))
Jul 17, 2026
c-preprocessor
unsigned
C#: Cannot convert from ulong to byte
Jul 15, 2026
c#
byte
long-integer
unsigned
How to use 64-bit unsigned integer math in Python, respecting C overflow?
Jul 07, 2026
python
hash
integer
unsigned
understanding the behaviour of unsigned numbers
Jun 09, 2026
c++
c
unsigned
Strange behavior in C when calculating sum of digits with leading zeroes
Jun 08, 2026
c
int
unsigned
leading-zero
signed or unsigned int in c++
May 31, 2026
c++
std
unsigned
signed
Why does << 32 not result in 0 in javascript?
May 31, 2026
javascript
bit-manipulation
unsigned
bit-shift
integer-overflow
How to store unsigned short in java?
May 27, 2026
java
nio
netty
unsigned
What's the point in specifying unsigned integers with "U"?
May 20, 2026
c
unsigned
convention
Why in stdbool.h are used integers and not unsigned ones?
May 20, 2026
c
performance
boolean
c99
unsigned
Converting Signed Int to Unsigned String value in Java
May 19, 2026
java
binary
unsigned
signed
representation
Older Entries »