Is it possible to have a 32-bit pointer on x86-64 without undefined behavior?...
Read MoreInterpreting part of an array as an object by casting a pointer to an array element...
Read MoreIs casting `the address of a pointer to a struct` to `the address of a struct whos first member is a...
Read MoreProcedurally bind struct fields to command line flag values using reflect...
Read MoreMISRA C:2012 11.3 violation casting (float *) to (uint32_t *)...
Read MoreIn what cases does the standard forbid taking pointers to functions/objects?...
Read MoreCan't pass non-const T* to a function accepting reference to const T*...
Read MoreWhy doesn't gcc 13 display the correct binary represenation?...
Read MoreMISRA C:2012 Rule 11.3 A cast shall not be performed between a pointer to object type and a pointer ...
Read MoreIs casting to (void**) well-defined?...
Read MoreShould static_pointer_cast calls be std:: qualified, or relied upon ADL?...
Read MoreC++ Socket recv() always returns 0...
Read Moredoes implicit pointer conversion occur during assignment?...
Read MoreBug casting from bool* to void* to int*...
Read MoreAliasing and pointer-interconvertability...
Read MoreIs (void*) ptr == ptr always true?...
Read MoreC++: is reinterpret_cast the best choice in these scenarios?...
Read MorePassing a Swift protocol to an Objective-C pointer...
Read MoreAccessing first field of struct in a union of structs...
Read MoreIs it legal to implement inheritance in C by casting pointers between one struct that is a subset of...
Read MoreConversion from Derived** to Base**...
Read MoreC++ polymorphism function taking void * and other pointer type as argument: is it considered ambiguo...
Read MoreIs it safe to cast pointer to integer, increment that integer, and cast back?...
Read MoreC++ implicit conversion of pointer type...
Read MoreC function pointer type compatibility...
Read MoreWhy is it not allowed to cast Derived T::* to Base T::*?...
Read MorePointer-to-Pointer-to-Const Conversion...
Read More