List Question
10 TechQA 2013-12-14 06:37:46C++ conversion: have pointer to object member, calculate pointer to object
214 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*
418 views
Asked by thedoctar
Proper handling of 128..255 chars in C
217 views
Asked by Alex
Why doesn't gcc 13 display the correct binary represenation?
249 views
Asked by Lundin
void* ptr = &func; compiles with msvc without any diagnostic but both gcc and clang rejects it
271 views
Asked by Alan
Conversion from Derived** to Base**
2.4k 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?
124 views
Asked by Tree
does implicit pointer conversion occur during assignment?
110 views
Asked by sparsh goyal