List Question
10 TechQA 2024-11-24 23:55:05C++ conversion: have pointer to object member, calculate pointer to object
134 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*
354 views
Asked by thedoctar
Proper handling of 128..255 chars in C
161 views
Asked by Alex
Why doesn't gcc 13 display the correct binary represenation?
184 views
Asked by Lundin
void* ptr = &func; compiles with msvc without any diagnostic but both gcc and clang rejects it
214 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?
72 views
Asked by Tree
does implicit pointer conversion occur during assignment?
62 views
Asked by sparsh goyal