I am a beginner. So this question could be very stupid.
I am not very clear about the pointer in C++, would anyone let me know
the difference of the following usage of pointer.
int* a
int *a
int &a
int& a
int*& a
Many thanks.
I am not very clear about the pointer in C++, would anyone let me know
the difference of the following usage of pointer.
int* a
int *a
int &a
int& a
int*& a
Many thanks.
Comment