List Question
20 TechQA 2023-09-04T11:52:16.350000can 'fast' type prevent conversion from int to uint?
139 views
Asked by ilja
Why is a cast of uintptr_t used here?
229 views
Asked by user129393192
What does *((uint32_t)foo) return
135 views
Asked by Broman3100
Are the integer types included in the stdint.h library "extended integer types"?
127 views
Asked by Cblue X
How using stdint.h has advantage of portability?
132 views
Asked by porpomas
Difference between intptr_t and uintptr_t
224 views
Asked by Killbill
Are there any platforms that define fixed-width types from stdint.h with bits other than 8, 16, 32 or 64?
186 views
Asked by saxbophone
How does type conversion and integer promotion work for stdint.h?
358 views
Asked by user1801359
What is the difference between using INTXX_C macros and performing type cast to literals?
167 views
Asked by xiver77
Can I use int8_t instead of char?
284 views
Asked by Cprogrammer
Is this a bug in glibc printf?
324 views
Asked by Arc
How does casting between Cs default int type and <stdint.h>'s intXX_t types work?
121 views
Asked by LSR
Format specifier in <inttypes.h> causes warning in cross-platform compatibility
290 views
Asked by opisthofulax
Legal to initialize uint8_t array with string literal?
2.4k views
Asked by jdm
g++ can‘t find stdint.h Windows
602 views
Asked by kamelfanger83
Searching elements in an array
207 views
Asked by Beginner
Predeclaration of C stdint types
763 views
Asked by R.M. Freeman
Passing uint32_t array to Python using Python.h
684 views
Asked by Juan
Is it necessary to include <stdint.h> to guarantee portability of C99 new types?
767 views
Asked by dltmtt