SyntaxFix
Write A Post
Hire A Developer
Questions
x->y can mean 2 things. If x is a pointer, then it means member y of object pointed to by x. If x is an object with operator->() overloaded, then it means x.operator->().