List Question
10 TechQA 2024-12-26 14:17:14C++ conversion: have pointer to object member, calculate pointer to object
142 views
Asked by stan5
Accessing first field of struct in a union of structs
2.1k views
Asked by afiori
Bug casting from bool* to void* to int*
362 views
Asked by thedoctar
Proper handling of 128..255 chars in C
171 views
Asked by Alex
Why doesn't gcc 13 display the correct binary represenation?
191 views
Asked by Lundin
void* ptr = &func; compiles with msvc without any diagnostic but both gcc and clang rejects it
221 views
Asked by Alan
Conversion from Derived** to Base**
2.3k views
Asked by Narek
Do all pointers have the same size in C++?
8.8k views
Asked by user12002570
Pointer casting:can the Pointer has value?
81 views
Asked by Tree
does implicit pointer conversion occur during assignment?
70 views
Asked by sparsh goyal