What I don't understand is this, "->," symbol. They say it makes stuff point to classes but why don't you just do this? (\/ \/)
Code:
int * mypointer = &myclass;