|
. vs ->
this is very noob i'm sure.
i've been disecting some c++ code to get a better understanding of it.
i was looking a the code for a half-life mod and i see the use of both -> and . after an object.
i'm familiar with using -> , but what is the '.' and when do you ue it?
i.e.
object->property
object.property
__________________
Mike
|