摘要:
There are several casting operators specific to the C++ language. These operators are intended to remove some of the ambiguity and danger inherent in old style C language casts. These operators are: dynamic_cast: Used for conversion of polymorphic types.static_cast: Used for conversion of nonpolymor 阅读全文
posted @ 2009-08-09 12:21
做个不善的人
阅读(638)
评论(0)
推荐(0)