List Question
20 TechQA 2024-03-07T15:43:23.323000MISRA C:2012 11.3 violation casting (float *) to (uint32_t *)
83 views
Asked by fschwaiger
In what cases does the standard forbid taking pointers to functions/objects?
131 views
Asked by digito_evo
void* ptr = &func; compiles with msvc without any diagnostic but both gcc and clang rejects it
273 views
Asked by Alan
Why doesn't gcc 13 display the correct binary represenation?
251 views
Asked by Lundin
MISRA C:2012 Rule 11.3 A cast shall not be performed between a pointer to object type and a pointer to a different object type
256 views
Asked by Blackbriar07
Is casting to (void**) well-defined?
230 views
Asked by user18676624
Procedurally bind struct fields to command line flag values using reflect
596 views
Asked by John Hoffman
Should static_pointer_cast calls be std:: qualified, or relied upon ADL?
256 views
Asked by Alex Guteniev
Do all pointers have the same size in C++?
8.8k views
Asked by user12002570
C++ Socket recv() always returns 0
112 views
Asked by editsons
does implicit pointer conversion occur during assignment?
112 views
Asked by sparsh goyal
Proper handling of 128..255 chars in C
220 views
Asked by Alex
Bug casting from bool* to void* to int*
420 views
Asked by thedoctar
Can Anyone explain why I'm getting 1 here?
137 views
Asked by Ritik Kumar
Aliasing and pointer-interconvertability
299 views
Asked by wimalopaan
Address location and value at address location in C
238 views
Asked by AudioBubble
Is (void*) ptr == ptr always true?
370 views
Asked by Yastanub
C++: is reinterpret_cast the best choice in these scenarios?
463 views
Asked by TerryTsao
Passing a Swift protocol to an Objective-C pointer
825 views
Asked by agirault