StackOverflow Questions for Tag: cstdint

Sam Estep
Sam Estep

Reputation: 13354

Why do Linux Clang and macOS Clang disagree about long long and int64_t?

Score: 1

Views: 154

Answers: 0

Read More
rmtheis
rmtheis

Reputation: 5836

'uint32_t' does not name a type

Score: 118

Views: 272029

Answers: 11

Read More
user24551355
user24551355

Reputation: 414

is `uintXX_t` guaranteed to be the unsigned type of `intXX_t`

Score: 2

Views: 153

Answers: 1

Read More
Rick de Water
Rick de Water

Reputation: 2642

How to check if fixed width integers are defined

Score: 29

Views: 2441

Answers: 2

Read More
missingfaktor
missingfaktor

Reputation: 92106

Why don't we have <cstdfloat> in C++?

Score: 10

Views: 3362

Answers: 3

Read More
TEDAVL
TEDAVL

Reputation: 1

cstdint string c++>C11 int /usr/include/c++/8/cstdint:53:11: error: ‘::int_fast8_t’ has not been declared

Score: 0

Views: 1166

Answers: 2

Read More
Ryan Bartley
Ryan Bartley

Reputation: 616

cstdint file not found when building on the command line

Score: 2

Views: 7537

Answers: 2

Read More
Joshua
Joshua

Reputation: 384

Different behaviors in stringstream given std::hex, uint8_t vs int

Score: 1

Views: 423

Answers: 1

Read More
Alexandre Deus
Alexandre Deus

Reputation: 121

Why Clang and GCC complain about this specific situation

Score: 0

Views: 133

Answers: 1

Read More
Oportunitas
Oportunitas

Reputation: 35

Surprising result when reading int_fast8_t from std::cin

Score: 2

Views: 88

Answers: 1

Read More
user19470144
user19470144

Reputation:

Why does compiler show error message about C standard library when compiling programs which include those libraries?

Score: 0

Views: 269

Answers: 0

Read More
PaperBirdMaster
PaperBirdMaster

Reputation: 13298

<cstdint> vs <stdint.h>

Score: 120

Views: 83279

Answers: 3

Read More
bernardo.m.luz
bernardo.m.luz

Reputation: 143

VS 2015 C-header error C2039: 'int_least8_t': is not a member of '`global namespace''

Score: 6

Views: 2617

Answers: 1

Read More
saxbophone
saxbophone

Reputation: 809

Are there any platforms that define fixed-width types from stdint.h with bits other than 8, 16, 32 or 64?

Score: 0

Views: 221

Answers: 0

Read More
Duško Mirković
Duško Mirković

Reputation: 321

C++ random output when using <cstdint>

Score: 1

Views: 54

Answers: 0

Read More
Travis Gockel
Travis Gockel

Reputation: 27703

long long int vs. long int vs. int64_t in C++

Score: 117

Views: 241238

Answers: 3

Read More
Eric
Eric

Reputation: 97691

Does the standard guarantee that uint8_t, int8_t, and char are all unique types?

Score: 6

Views: 548

Answers: 2

Read More
Eduardo J. Sanchez
Eduardo J. Sanchez

Reputation: 776

What is a good example of leveraging the differences between int*_t, int_fast*_t and int_least*_t in C++11?

Score: 2

Views: 136

Answers: 1

Read More
JiaHao Xu
JiaHao Xu

Reputation: 2748

Why sscanf can't read an uint64_t and a char from one string?

Score: 1

Views: 3020

Answers: 3

Read More
Galaxy
Galaxy

Reputation: 2491

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

Score: -1

Views: 325

Answers: 1

Read More
PreviousPage 1Next