【C++练级之路】【Lv.26】类型转换

介绍了C风格类型转换、C++风格类型转换(static_cast、dynamic_cast、const_cast、reinterpret_cast)以及RTTI(typeid、dynamic_cast、declt...