Grace
October 28th, 1999, 06:22 PM
In the past year or so, I've seen casting like:
CObj* x = static_cast<CObj*> (y);
Is there any advantages of using static_cast instead of the good old casting like:
CObj* x = (CObj*)y
-= hm... =-
Grace
CObj* x = static_cast<CObj*> (y);
Is there any advantages of using static_cast instead of the good old casting like:
CObj* x = (CObj*)y
-= hm... =-
Grace