I've got a question but I'm pretty sure there'll be an easy answer.

Spot the difference....
Code:
Object.SubObject(1);
Object->subObject(1);
If this is even correct code I don't know. But I can't tell the difference between it??

eg.
Code:
*Object.SubObject;
Object.SubObject;
Object->SubObject;
Please help...