This file can be built into an executable by using g++.  For example:

cd src/; g++ -o Pointers.exe Pointers.cc

The executable can then be run by typing

./Pointers.exe
