摘要:
编译期做类型检查,c++11引入, 解决c语言直接转换不安全的问题/方便找转换代码build_static_cast_1 build_static_cast 阅读全文
摘要:
【参考】 https://stackoverflow.com/questions/573294/when-to-use-reinterpret-cast 1)static_cast指针转换void*保留了原地址 reinterpre_cast保证转换回来能获得原来的值 2)从int转换为float 阅读全文