|
|
->
when you have a pointer, a '.' when you have an actual object.
|
|
->
is an operator, not an operand.ptr->member
, ptr and member are operands, and ->
is the operator.
|
|
Could you also point me some manuals/tutorials that explain such concepts? |