目录1. C语言中的类型转换2. 为什么C++需要四种类型转换3. C++强制类型转换3.1 static_cast3.2 reinterpret_cast3.3 const_cast3.4 dynamic_cast1. C语言中的类型转换