I can not distingish between the object and the variable.As mentioned in C++ Primer,the reference is not a object.But we sometimes refer to the reference as the variable.Does a reference have no memory, so why call it a variable?So ,how should I distinguish bewteen the object and the variable?
I have seen the explanation of a lot of people about the reference.But I do not have a clue.