pointer reference « Pointer « C++ Tutorial






11.8.pointer reference
11.8.1.Use reference type eliminates the more confusing pointer notation.
11.8.2.Use a reference parameter.
11.8.3.uses reference parameters to swap the values of the variables it is called with