View Single Post
Old 04-22-2006, 03:05 PM   #4 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 733
DJMaze is on a distinguished road
You need a compiler that supports RTTI and then use
PHP Code:
typeid(*this).name(); 
DJMaze is offline   Reply With Quote