CRuntimeClass的一个小问题
看了MSDN中关于CRuntimeClass的描述,对于其中的
The ability to determine the class of an object at run time is useful when extra type
checking of function arguments is needed, or when you must write special-purpose code based
on the class of an object
这句话不是很理解,请高手指点一下,谢了:)