SpiceQA
Questions
Tags
Users
Badges
signed-integer
9 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Doing calculation in the range 0f 10^30
user_19221835
0
•
asked Jun 25, 2022
2
1
137
signed-integer
c++17
c++
Why, in some C++ compilers, does `int x = 2147483647+1;` give only a warning but stores a negative value, while some compilers give a runtime error?
user_13287734
0
•
asked Jun 13, 2022
2
2
141
signed-integer
integer-overflow
c++
Why do `(char)~0` and `(unsigned char)~0` return values of different widths?
user_3292006
0
•
asked Feb 25, 2022
4
3
152
signed-integer
integer-promotion
unsigned-integer
char
c
С typecasting in conditions
user_13418952
0
•
asked Oct 22, 2021
2
2
95
signed-integer
if-statement
unsigned-integer
implicit-conversion
c
Unsigned user-defined integer literal
user_1648459
0
•
asked Nov 9, 2020
2
2
206
signed-integer
negative-integer
user-defined-literals
unsigned-integer
c++
How to convert negative integer to string and output it in MASM Assembly
user_12991879
0
•
asked Mar 15, 2020
2
2
1501
masm
signed-integer
x86
assembly
What is signed division(idiv) instruction?
user_4305223
0
•
asked Jan 2, 2019
7
1
4471
signed-integer
integer-division
x86
assembly
division
Why is assigning a value to a bit field not giving the same value back?
user_514235
0
•
asked Dec 19, 2018
98
6
7359
implementation-defined-behavior
signed-integer
bit-fields
c
c++
What is a difference between unsigned int and signed int in C?
user_459446
0
•
asked Sep 28, 2010
41
5
157802
signed-integer
unsigned-integer
c
1
(current)
Hot Questions