* is used to dereference a pointer.
pi is a pointer to int, then
*pi is the int that pi points to.
Pointers.cpp
ReferenceVariables.cpp

This page was last modified on Oct 20, 2000
URL: http://people.hsc.edu/faculty-staff/robbk/Coms262/Lectures/DereferencingPtrs.html