2018-01-29 2018-01-29 本文已影响0人 货栈ad c++类型转换 去const属性用const_cast。 基本类型转换用static_cast。 多态类之间的类型转换用daynamic_cast。 不同类型的指针类型转换用reinterpret_cast。