implicit cast 中文意思是什麼

implicit cast 解釋
隱式轉換
  • implicit : adj. 1. 含蓄的,不講明的。2. 內含的,隱含的 (opp. explicit)。3. 絕對的,盲目的。adv. -ly
  • cast : vt (cast; cast)1 投,扔,擲,拋。 ★此義動詞通常用 throw cast 只用於若干特殊句子。2 丟棄,拋棄;...
  1. Explicit numeric conversion is used to convert any numeric type to any other numeric type, for which there is no implicit conversion, by using a cast expression

    顯式數值轉換用於通過顯式轉換表達式,將任何數字類型轉換為任何其他數字類型。對於它不存在隱式轉換。
  2. Warning c6226 : implicit cast between semantically different integer types : assigning - 1 to hresult

    警告c6226 :語義不同的整數類型之間的隱式強制轉換:將- 1賦給hresult 。
  3. Warning c6220 - implicit cast between semantically different integer types : comparing hresult to - 1

    警告c6220 :語義不同的整數類型之間的隱式強制轉換:將hresult與- 1進行比較。
  4. Warning c6217 : implicit cast between semantically different integer types : testing hresult with not

    警告c6217 :語義不同的整數類型之間的隱式強制轉換:使用「 not 」測試hresult 。
  5. Warning c6225 : implicit cast between semantically different integer types : assigning 1 or true to hresult

    警告c6225 :語義不同的整數類型之間的隱式強制轉換:將1或true賦給hresult 。
  6. Warning c6230 : implicit cast between semantically different types : using hresult in a boolean context

    警告c6230 :語義不同的類型之間的隱式強制轉換:在boolean上下文中使用hresult 。
  7. Warning c6219 : implicit cast between semantically different integer types : comparing hresult to 1 or true

    警告c6219 :語義不同的整數類型之間的隱式強制轉換:將hresult與1或true進行比較。
  8. Warning c6221 : implicit cast between semantically different integer types : comparing hresult to an integer

    警告c6221 :語義不同的整數類型之間的隱式強制轉換:將hresult與一個整數進行比較。
  9. Warning c6230 : implicit cast between semantically different integer types : using hresult in a boolean context

    警告c6230 :語義不同的整數類型之間的隱式強制轉換:在boolean上下文中使用hresult
  10. Unlike implicit conversion, explicit conversion operators must be invoked by means of a cast

    與隱式轉換不同,必須通過強制轉換的方式來調用顯式轉換運算符。
  11. Explicit pointer conversion is used to perform conversions, for which there is no implicit conversion, by using a cast expression

    顯式指針轉換用於在不存在隱式轉換時通過使用強制轉換表達式來執行轉換。
分享友人