First page Back Continue Last page Graphics
Reference Variable (cont.)
Less error prone than pointers.
(“Do I put the * on the front of the variable, or do I put an &? Two? ** && &*&&* ????”)
A const reference can prevent you from changing the original, but it would make more sense for small sized arguments to just use pass by value like normal.