c++數據類型的強制轉換

1.基本數據類型強制轉換static_cast<new type>(var); 2.去掉const 屬性const_cast 3.強制指針轉換reinterpret_cast 4.類指針轉換dynamic_cast 代碼:
相關文章
相關標籤/搜索