+4  A: 

References didn't exist in the language when this was created.

Cogwheel - Matthew Orlando
If that's indeed so, it's sure *the* answer.
doublep
Trying to find a source to cite...
Cogwheel - Matthew Orlando
There we go, straight from the horse's mouth :)
Cogwheel - Matthew Orlando
Thank you for the link.
doublep
+7  A: 

From Bjarne Stroustrup's "The Design and Evolution of C++", Addison-Wesley, 1994, pp 39-40:

Sometimes, people ask why this is a pointer rather than a reference and why it is called this rather than self. When this was introduced into C with Classes, the language didn't have references, and C++ borrows its terminology from Simula rather than Smalltalk.

Andy Thomas-Cramer
Also here: http://www2.research.att.com/~bs/bs_faq2.html#this
Fred Larson
Thanks, that's the answer.
doublep