G
Giff
Hi,
I hope you can clear a doubt that is in my mind:
the function:
void food(const type* ptrToType);
means that it should not modify the object pointed by the pointer, or
merely the address of the pointer (and so the object might be
changed)?
Many thanks
I hope you can clear a doubt that is in my mind:
the function:
void food(const type* ptrToType);
means that it should not modify the object pointed by the pointer, or
merely the address of the pointer (and so the object might be
changed)?
Many thanks