dynamic_cast<type>(val); //動態強制轉型 const_cast<type>(val); //常數強制轉型 static_cast<type>(val); //靜態強制轉型...
請先 登入 以發表留言。