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
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: castingThreaded View
|
Click Here to Expand Forum to Full Width |