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 signed
Signedness of enum in C/C99/C++/C++x/GNU C/GNU C99
Sep 01, 2022
c++
c
enums
c99
signed
Is there some meaningful statistical data to justify keeping signed integer arithmetic overflow undefined?
Feb 09, 2022
c++
c
language-lawyer
signed
integer-overflow
Difference between char and signed char in c++?
Nov 16, 2022
c++
c++11
char
signed
typetraits
Can a pointer (address) ever be negative?
Aug 30, 2022
c
pointers
return-value
signed
Why is a negative int greater than unsigned int? [duplicate]
Sep 26, 2018
c
int
unsigned
signed
Comparison operation on unsigned and signed integers
Aug 27, 2022
c
gcc
unsigned
signed
When should I just use "int" versus more sign-specific or size-specific types?
Aug 27, 2022
c
unsigned
signed
What is the best way to work around the fact that ALL Java bytes are signed?
Aug 26, 2022
java
byte
unsigned
signed
Google map signed api key errors in Android
Aug 26, 2022
android
google-maps
key
signed
How do I deal with "signed/unsigned mismatch" warnings (C4018)?
Dec 15, 2021
c++
comparison
refactoring
unsigned
signed
What happens if I assign a negative value to an unsigned variable?
Aug 17, 2022
c++
type-conversion
integer
unsigned
signed
How to convert signed to unsigned integer in python
Sep 16, 2022
python
integer
unsigned
signed
Detecting signed overflow in C/C++
Nov 01, 2022
c++
c
undefined-behavior
signed
integer-overflow
Signed/unsigned comparisons
Aug 17, 2022
c++
visual-studio-2005
comparison
unsigned
signed
should use size_t or ssize_t [duplicate]
Aug 16, 2022
c++
unsigned
signed
size-t
Why is std::ssize() introduced in C++20?
Oct 25, 2022
c++
stl
unsigned
signed
c++20
What is the difference between “int” and “uint” / “long” and “ulong”?
Aug 15, 2022
c#
types
integer
unsigned
signed
C++ convert hex string to signed integer
Aug 15, 2022
c++
integer
hex
signed
~x + ~y == ~(x + y) is always false?
Dec 14, 2021
c
bit-manipulation
signed
twos-complement
Is char signed or unsigned by default?
Dec 14, 2021
c
types
char
signed
« Newer Entries
Older Entries »