13Şub
Dereferencing pointers on LHS
Does anyone know what this statement means in C++?
*(void**)(p + 8) = x;
Where p and x are both void pointers.
Does anyone know what this statement means in C++?
*(void**)(p + 8) = x;
Where p and x are both void pointers.