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