Lecture 2 - Slide 17 : 29
Lvalue References versus Pointers

Examples that compare programming with pointers and C++ references in the swap function

swap.cc
Two versions of swap - with references and with pointers.
A reference may be implemented as a constant pointer that is dereferenced automatically each time it is used