c++中的类型转换 目录 1. 隐式类型转换 2. 强制类型转换( static_cast、const_cast、reinterpret_cast、dynamic_cast) 3. 类型转换函数、转换构 ...