SpiceQA
Questions
Tags
Users
Badges
unsigned
67 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
C++: Can a + or - tell the compiler a value should be an int?
user_13645628
0
•
asked May 19, 2021
2
2
89
numeric-limits
unsigned
static-cast
char
c++
Bit shift with a signed int resets one bit too much
user_3657691
0
•
asked Apr 20, 2021
5
1
100
bit-shift
unsigned
c
Can I just use unsigned int instead of size_t?
user_12658076
0
•
asked Mar 16, 2021
4
2
237
unsigned
size-t
c
c++ inconsistent unsigned to signed subtraction results only fails for one permutation
user_7098259
0
•
asked Mar 11, 2021
3
2
309
underflow
unsigned
c++
Why doesn't unsigned typeof(var) work? const typeof(x) works fine, so why not?
user_3246357
0
•
asked Jan 31, 2021
2
3
181
typeof
unsigned
gcc
casting
c
Is it guaranteed that assigning -1 to an unsigned type yields the maximum value?
user_6699433
0
•
asked Jan 28, 2021
2
2
70
unsigned
c
Why are variables of type size_t casted to (unsigned) in a printf call?
user_9338864
0
•
asked Jan 14, 2021
3
2
66
strlen
unsigned
c
What is the reason behind the "False" output of this code?
user_7604395
0
•
asked Dec 30, 2020
4
3
88
unsigned
sizeof
gcc
c
comparison
Signed variant of size_t in standard C++ library
user_941531
0
•
asked Dec 29, 2020
5
1
936
signed
unsigned
size-t
c++-standard-library
c++
If an integer is signed by default, why does the signed keyword exist?
user_12945757
0
•
asked Nov 24, 2020
7
2
296
signed
unsigned
c
c++
Prev
Prev
3
4
5
6
7
Next
Next
Hot Questions