Operator ->

What means the operator -> in C++?

Thanks for the help.
Can anyone help me?
-> is a member operator used to reference individual members of classes, structs and unions, where the left side is a pointer.
Thanks for the help. Can anyone give me an example?
Last edited on
Topic archived. No new replies allowed.