Jump to content

  • Log In with Google      Sign In   
  • Create Account

14 years ago on June 15th Gamedev.net was first launched! We want to thank all of you for being part of our community and hope the best years are ahead of us. Happy birthday Gamedev.net!

#ActualOlof Hedman

Posted 07 January 2013 - 04:22 AM

Maybe I'm nitpicky, but isn't it a bit wrong (and slightly confusing) to say that you "return an object as a pointer"?

Too me, that doesn't really make sense.
What you do is "returning a pointer that points to the object".

The pointer itself is an object too, a very different object then the class object it (maybe) points to.
I think that remembering this makes the answer more obvious.

But again, I'm not even a native english speaker, so maybe I read too much into the grammar....

#1Olof Hedman

Posted 07 January 2013 - 04:21 AM

Maybe I'm nitpicky, but isn't it a bit wrong (and slightly confusing) to say that you "return an object as a pointer"?

 

Too me, that doesn't really make sense. 

What you do is "returning a pointer that points to the object".

 

The pointer itself is an object too, a very different object then the class object it (maybe) points to.

I think that remembering this makes the answer more obvious.


PARTNERS