StackOverflow Questions for Tag: signedness

xmllmx
xmllmx

Reputation: 42379

What does it mean by `-fno-signed-char, --signed-char` for gcc & clang?

Score: 2

Views: 64

Answers: 2

Read More
h4yf
h4yf

Reputation: 1

C++, ifstream, and char

Score: 0

Views: 144

Answers: 3

Read More
user2522685
user2522685

Reputation: 870

Type conversion - unsigned to signed int/char

Score: 74

Views: 34202

Answers: 5

Read More
ByteEater
ByteEater

Reputation: 1161

Is streamsize really the signed counterpart of size_t?

Score: 1

Views: 96

Answers: 0

Read More
tomwang1013
tomwang1013

Reputation: 1425

how does c compiler handle unsigned and signed integer? Why the assembly code for unsigned and signed arithmetic operation are the same?

Score: 13

Views: 6602

Answers: 7

Read More
Leon
Leon

Reputation: 2077

The best way in C++ to cast different signedness types each other?

Score: 2

Views: 680

Answers: 4

Read More
Snorny
Snorny

Reputation: 3

warning: pointer targets in passing argument 3 of 'Proc_Start' differ in signedness

Score: 0

Views: 397

Answers: 1

Read More
schwillr
schwillr

Reputation: 87

c++ find implicit type conversion in the expression

Score: -1

Views: 221

Answers: 1

Read More
Rarge
Rarge

Reputation: 221

Sign of a floating point number

Score: 10

Views: 41585

Answers: 9

Read More
TheNextman
TheNextman

Reputation: 12566

How do I represent C's "unsigned negative" values in Rust code?

Score: 2

Views: 524

Answers: 2

Read More
Frank-Rene Schäfer
Frank-Rene Schäfer

Reputation: 3352

C comparison 'x < 0' where type of 'x' is arbitrary, i.e. might be unsigned

Score: 1

Views: 105

Answers: 3

Read More
DrNoob
DrNoob

Reputation: 75

Function return type is unsigned while it returns -1 for error

Score: 4

Views: 912

Answers: 1

Read More
ineedahero
ineedahero

Reputation: 755

Conflicting signs in x86 assembly: movsx then unsigned compare/branch?

Score: 4

Views: 458

Answers: 3

Read More
Kater
Kater

Reputation: 63

Can't align "pointer targets signedness"

Score: 1

Views: 975

Answers: 2

Read More
user2328447
user2328447

Reputation: 1857

Visual Studio 2015: No signed/unsigned mismatch warning in std::make_unique?

Score: 2

Views: 456

Answers: 1

Read More
Frank Bergemann
Frank Bergemann

Reputation: 353

gdb python pretty printer uint64_t is interpreted signed

Score: 0

Views: 72

Answers: 1

Read More
McLovin
McLovin

Reputation: 3416

Why do fstream.read and fstream.write use char and not unsigned char?

Score: 3

Views: 1256

Answers: 3

Read More
Youda008
Youda008

Reputation: 1959

signed int modulo unsigned int produces nonsense results

Score: 5

Views: 2564

Answers: 3

Read More
ZimZim
ZimZim

Reputation: 3381

Does the 6502 use signed or unsigned 8 bit registers (JAVA)?

Score: 2

Views: 1579

Answers: 2

Read More
Cactus
Cactus

Reputation: 27636

Right-shifting 32-bit ints

Score: 5

Views: 327

Answers: 1

Read More
PreviousPage 1Next