The "->" Symbol?

Pages: 12
blackcoder41 wrote:
i just think that "this" in java is an alias for the complete name of the current object..


Yeah, the "reference" to the object is the place where it exists in memory, objects do not have names. So it kinda does "point" to where it exists in memory, but not if we're going to be semantically correct. To be semantically correct it's a 'reference' so we both suck. hehehe.
Last edited on
I have never been so lost, in my entire life. I can understand what your speaking about...but with the java talk..I stumbled across a greek post.
yea, sorry I got carried away, then had to defend my nubish honor. Just focus on the first few posts and read the tutorial reference in regards to the arrow operator.

3/4 of the way down this page: http://www.cplusplus.com/doc/tutorial/structures/
bottom of this page: http://www.cplusplus.com/doc/tutorial/classes/
Last edited on
Topic archived. No new replies allowed.
Pages: 12