StackOverflow Questions for Tag: stdint

Killbill
Killbill

Reputation: 37

Difference between intptr_t and uintptr_t

Score: 1

Views: 289

Answers: 0

Read More
Avi
Avi

Reputation: 63

C: uint16_t subtraction behavior in gcc

Score: 6

Views: 3634

Answers: 4

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: 219

Answers: 0

Read More
xiver77
xiver77

Reputation: 2302

What is the difference between using INTXX_C macros and performing type cast to literals?

Score: 2

Views: 206

Answers: 3

Read More
user1801359
user1801359

Reputation: 422

How does type conversion and integer promotion work for stdint.h?

Score: 0

Views: 337

Answers: 2

Read More
Narek
Narek

Reputation: 39871

Why Microsoft Visual Studio cannot find <stdint.h>?

Score: 12

Views: 49947

Answers: 1

Read More
tmlen
tmlen

Reputation: 9090

Including C standard headers in CUDA NVRTC code

Score: 6

Views: 2190

Answers: 2

Read More
Mohamed Hossam
Mohamed Hossam

Reputation: 43

Defining global constants in C

Score: 3

Views: 19704

Answers: 1

Read More
Cprogrammer
Cprogrammer

Reputation: 353

Can I use int8_t instead of char?

Score: 2

Views: 566

Answers: 4

Read More
Arc
Arc

Reputation: 462

Is this a bug in glibc printf?

Score: 1

Views: 346

Answers: 2

Read More
LSR
LSR

Reputation: 43

How does casting between Cs default int type and <stdint.h>'s intXX_t types work?

Score: 1

Views: 127

Answers: 1

Read More
pmor
pmor

Reputation: 6276

Is it possible to determine at compile time whether an implementation provides exact-width integer types?

Score: 2

Views: 91

Answers: 1

Read More
opisthofulax
opisthofulax

Reputation: 551

Format specifier in <inttypes.h> causes warning in cross-platform compatibility

Score: 0

Views: 365

Answers: 1

Read More
jdm
jdm

Reputation: 10050

Legal to initialize uint8_t array with string literal?

Score: 1

Views: 3055

Answers: 1

Read More
kamelfanger83
kamelfanger83

Reputation: 97

g++ can‘t find stdint.h Windows

Score: 0

Views: 625

Answers: 0

Read More
mahmood
mahmood

Reputation: 24705

difference between stdint.h and inttypes.h

Score: 103

Views: 40234

Answers: 2

Read More
Beginner
Beginner

Reputation: 73

Searching elements in an array

Score: 0

Views: 225

Answers: 2

Read More
R.M. Freeman
R.M. Freeman

Reputation: 49

Predeclaration of C stdint types

Score: 0

Views: 936

Answers: 2

Read More
Juan
Juan

Reputation: 2103

Passing uint32_t array to Python using Python.h

Score: -1

Views: 809

Answers: 1

Read More
dltmtt
dltmtt

Reputation: 162

Is it necessary to include <stdint.h> to guarantee portability of C99 new types?

Score: 3

Views: 1013

Answers: 1

Read More
PreviousPage 2Next