StackOverflow Questions for Tag: stdint

Willis Hershey
Willis Hershey

Reputation: 1574

How do I find the width of a uint_fast32_t

Score: 3

Views: 330

Answers: 1

Read More
Steve-o
Steve-o

Reputation: 12866

INT_FAST16_MAX does not reflect type size in MSVC 2010?

Score: 2

Views: 241

Answers: 1

Read More
Keith Thompson
Keith Thompson

Reputation: 263257

How should the [u]int_fastN_t types be defined for x86_64, with or without the x32 ABI?

Score: 6

Views: 782

Answers: 3

Read More
MLapaj
MLapaj

Reputation: 401

Casting uint32_t to int32_t and comparing them afterwards

Score: 7

Views: 4451

Answers: 3

Read More
Chris
Chris

Reputation: 51

Portable reinterpretation of uint8_t as int8_t and forcing two's complement

Score: 5

Views: 1504

Answers: 3

Read More
Clément
Clément

Reputation: 12927

Why do implementations of "stdint.h" disagree on the definition of UINT8_C?

Score: 11

Views: 2265

Answers: 3

Read More
Gabriel Vasconcelos
Gabriel Vasconcelos

Reputation: 37

Can't convert a uint64_t to a double properly. What am I missing?

Score: 1

Views: 310

Answers: 1

Read More
TejasKhajanchee
TejasKhajanchee

Reputation: 103

uint8_t not rollover to 0 after reaching 255 not working properly

Score: 9

Views: 6213

Answers: 3

Read More
Sassa
Sassa

Reputation: 2013

Reasons to use (or not) stdint

Score: 67

Views: 30182

Answers: 4

Read More
Ryan
Ryan

Reputation: 112

Is it possible for int_least16_t to be an alias for int rather than short?

Score: 0

Views: 284

Answers: 1

Read More
St.Antario
St.Antario

Reputation: 27385

Maximum size of object macro

Score: 0

Views: 1400

Answers: 2

Read More
psychoslave
psychoslave

Reputation: 3031

How to configure Fedora 29 to use ruby 'number-theory' gem?

Score: 0

Views: 46

Answers: 1

Read More
Pinja
Pinja

Reputation: 33

Base and inherited objects to wrap stdint variables in C++

Score: 0

Views: 51

Answers: 2

Read More
vandench
vandench

Reputation: 2233

Why do fixed width types delegate back to primitives?

Score: 0

Views: 691

Answers: 4

Read More
Evan Carroll
Evan Carroll

Reputation: 1

Explaining this passage in "About size_t and ptrdiff_t"

Score: 0

Views: 766

Answers: 3

Read More
Galaxy
Galaxy

Reputation: 2481

Why is int_fast16_t 64 bits on a 64-bit system?

Score: -1

Views: 324

Answers: 1

Read More
Antonio
Antonio

Reputation: 20266

Is there a portable way to know if uintptr_t is defined in stdint.h?

Score: 3

Views: 1406

Answers: 3

Read More
Greg Salvesen
Greg Salvesen

Reputation: 9

SDL with g++: stdint.h: No such file or directiory

Score: 0

Views: 430

Answers: 0

Read More
Evan Carroll
Evan Carroll

Reputation: 1

Why is size_t in stddef and not stdint?

Score: 3

Views: 2955

Answers: 1

Read More
nowox
nowox

Reputation: 29096

In embedded MCU application is it better to use uint_fast16_t or size_t in for loops?

Score: 0

Views: 643

Answers: 3

Read More
PreviousPage 3Next