Possible Duplicate:
Difference between pointer variable and reference variable in C++
This is a continuation of this question
Is a reference variable just another name of const pointer variable? If they are different what is the difference between a variable declared as a reference variable and a variable declared as a const pointer variable?