Search code examples
In C, is it true that PRId64 is defined if-and-only-if int64_t is available?...


c64-bitc99format-specifiersstdint

Read More
C standard difference between int_least32_t and long...


cc-standard-librarystdint

Read More
How to check if fixed width integers are defined...


c++c++11typesstdintcstdint

Read More
uint32_t vs uint_fast32_t vs uint_least32_t...


c++c++11integerstdint

Read More
Fastest integer type for common architectures...


cperformancearchitectureintegerstdint

Read More
uint32_t seems to be unknown in the CMSIS Math files?...


armstm32stdintcmsis

Read More
How to portably print a int64_t type in C...


cstdint

Read More
can 'fast' type prevent conversion from int to uint?...


ctype-conversionsignedstdint

Read More
<cstdint> vs <stdint.h>...


c++stdintcstdint

Read More
Where is ptrdiff_t defined in C?...


ctypeslibcstdint

Read More
Are the integer types included in the stdint.h library "extended integer types"?...


ctypesintegerstdint

Read More
Why is the maximum size of an array "too large"?...


cgccmingwsize-tstdint

Read More
C: uint16_t subtraction behavior in gcc...


cgccunsignedstdint

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


ccastingtype-conversionintegerstdint

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


cinteger-promotionstdintconversion-rank

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


c++stdstdint

Read More
Including C standard headers in CUDA NVRTC code...


cudapreprocessorstdintnvrtc

Read More
Defining global constants in C...


cconstantsdeclarationexternstdint

Read More
Is this a bug in glibc printf?...


cprintfglibcstdiostdint

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


cstdint

Read More
Is it possible to determine at compile time whether an implementation provides exact-width integer t...


cc11stdintc17

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


ccompiler-warningsformat-specifiersstdint

Read More
difference between stdint.h and inttypes.h...


cuint64stdint

Read More
Searching elements in an array...


arrayscpointersstdint

Read More
Predeclaration of C stdint types...


cdeclarationstdint

Read More
How do I find the width of a uint_fast32_t...


cprintfstdint

Read More
INT_FAST16_MAX does not reflect type size in MSVC 2010?...


cvisual-studio-2010c99stdint

Read More
Casting uint32_t to int32_t and comparing them afterwards...


cstdint

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


c++cstandardsinteger-promotionstdint

Read More
Reasons to use (or not) stdint...


ccharstdint

Read More
BackNext