Possible Duplicate:
C++: ptr->hello(); /* VERSUS */ (*ptr).hello();
Too bad I can't google this...
Could someone explain or point me to where I can find the difference between these two? I understand * is a dereferencing operator, what about the -> ? What's the difference?