Search:
Forum
Beginners
this pointer
this pointer
Mar 14, 2011 at 6:48pm UTC
over the top
(19)
what does
"this"
pointer do?
when it is used?
why it is used in return type in a function if this function is receiving an object?
Last edited on
Mar 14, 2011 at 6:49pm UTC
Mar 14, 2011 at 6:55pm UTC
sikac
(24)
http://www.cplusplus.com/doc/tutorial/classes2/
Mar 14, 2011 at 7:05pm UTC
Bazzy
(6281)
this
is a pointer to the object you are working with
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs