The struct pointer member operator (like the ., but for pointers).

Thus, it is also the class pointer member operator.

Ex: ptr->val is the val member of struct pointer "ptr" (equivalent to (*ptr).val)

I think I've also seen this operator used in perl. But I wouldn't know, since perl is satan. :-)
Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.