A
A
The way I understand it Reference To pointer as function parameter eg.
void RP(int *&rpMem) {}
rpMem is actually an alias for the pointer outside the function right?
So I would access it exactly with the same syntax just like outside pointer
right?
void RP(int *&rpMem) {}
rpMem is actually an alias for the pointer outside the function right?
So I would access it exactly with the same syntax just like outside pointer
right?