http://stackoverflow.com/questions/4955198/what-does-dereferencing-a-pointer-mean
When you want to access the data/value in the memory that the pointer points to - the contents of the address with that numerical index - then you dereference the pointer.