0
可能重複:
How do C/C++ compilers handle type casting between types with different value ranges?編譯器如何在C++中執行強制轉換操作?
什麼是編譯器做執行C++鑄造操作?
解釋一些示例C++代碼。
可能重複:
How do C/C++ compilers handle type casting between types with different value ranges?編譯器如何在C++中執行強制轉換操作?
什麼是編譯器做執行C++鑄造操作?
解釋一些示例C++代碼。
標準部分
5.2.7,5.2.8,5.2.9,5.2.10和5.2.11
就這些類型轉換是如何工作的一個好主意(這是什麼編譯器和/或運行時實現)。
reinterpret_cast是唯一一個其行爲是一種實現定義的人。
可能的重複http://stackoverflow.com/questions/340413/how-do-c-c-compilers-handle-type-casting。 – Stephen 2010-08-24 09:14:01
感覺像功課。 – Konrad 2010-08-24 09:26:08
你可以提供你想要的簡短細節嗎? – Rajakumar 2010-08-24 09:36:19