StackOverflow Questions for Tag: unsigned-integer

Othman
Othman

Reputation: 9

How to convert a hex string to signed integer in Python

Score: 0

Views: 1415

Answers: 2

Read More
muetzenflo
muetzenflo

Reputation: 5682

Calculate CRC32 in Kotlin (convert C# Code to Kotlin)

Score: 0

Views: 1713

Answers: 2

Read More
gnicki
gnicki

Reputation: 83

Intentional Overflow

Score: 0

Views: 106

Answers: 1

Read More
fschwaiger
fschwaiger

Reputation: 359

Negative value forced zero when assigned to uint16_t variable in C

Score: 3

Views: 154

Answers: 2

Read More
Giorgio Vitanza
Giorgio Vitanza

Reputation: 171

C Unisgned Short is output correctly with %d but Unsigned Long is not unless using %u: 2-1 K&R C Book

Score: 0

Views: 84

Answers: 2

Read More
user379888
user379888

Reputation:

Calculating bits required to store decimal number

Score: 31

Views: 175687

Answers: 13

Read More
William Li
William Li

Reputation: 35

Unsigned int weird behavior with Loops in C

Score: 0

Views: 115

Answers: 1

Read More
Marcus Ruddick
Marcus Ruddick

Reputation: 10375

How can I convert a string to "unix mode bits" u32 in rust

Score: 0

Views: 40

Answers: 0

Read More
Patrick
Patrick

Reputation: 4377

How to declare an unsigned 32-bit integer?

Score: 14

Views: 17940

Answers: 5

Read More
Ariel Bold
Ariel Bold

Reputation: 245

What's a portable value for UINT_MIN?

Score: 10

Views: 3818

Answers: 3

Read More
Pierluigi
Pierluigi

Reputation: 2294

why gl_VertexID is not an unsigned int?

Score: 1

Views: 1027

Answers: 2

Read More
Johan
Johan

Reputation: 13

Is 0u defaulting to a signed int?

Score: 1

Views: 127

Answers: 2

Read More
Nalan PandiKumar
Nalan PandiKumar

Reputation: 274

Why does input exceeding unsigned int cause data loss, but not for size_t on a 64-bit system?

Score: 2

Views: 95

Answers: 1

Read More
AlexisVanWien
AlexisVanWien

Reputation: 23

C++ reading unsigned int values from byte buffer

Score: 1

Views: 101

Answers: 2

Read More
PHPLover
PHPLover

Reputation: 12959

What does actually mean by the statement "PHP does not support unsigned integers"?

Score: 1

Views: 4897

Answers: 4

Read More
wim
wim

Reputation: 362448

Why is this LCG significantly faster in Python 2.7 than in Python 3.x?

Score: 4

Views: 335

Answers: 1

Read More
glades
glades

Reputation: 4725

uint_MAX wrap around: can I trust it for ringbuffer head and tail?

Score: -2

Views: 80

Answers: 1

Read More
Addem
Addem

Reputation: 3919

Is the rule for unsigned integer overflow, the carry in matches the carry out?

Score: 0

Views: 226

Answers: 1

Read More
user3612
user3612

Reputation: 377

Is there a way to make the compiler raise an error instead of allowing unsigned int wrapping?

Score: 3

Views: 140

Answers: 2

Read More
Kingamere
Kingamere

Reputation: 10112

Detecting if an unsigned integer overflow has occurred when adding two numbers

Score: 5

Views: 7958

Answers: 2

Read More
PreviousPage 1Next