基本解釋[計算機(jī)科學(xué)技術(shù)]編譯時錯誤編譯時期錯誤編譯期錯誤英漢例句雙語例句You will have a compile-time error something like: "The nested type Person cannot hide an enclosing type".否則將會導(dǎo)致一個編譯時間錯誤,如 “該嵌套類型 Person 無法隱藏封閉類型”。Listing 2 shows a piece of code that results in a compile-time error because the copy constructor is private.清單 2 顯示了産生編譯時錯誤的代碼部分,因爲(wèi)該拷貝搆造函數(shù)是私有的。So if you misspelled "secret" in the above example, or tried to call a method on it that did not exist, you would get a compile-time error.因此如果在上例中拼錯了 “secret”,或嘗試調(diào)用根本不存在的方法,那麼將出現(xiàn)編譯時錯誤。compile-time error更多例句詞組短語短語a compile -time error will result 將産生編譯時錯誤compile-time error更多詞組專業(yè)釋義計算機(jī)科學(xué)技術(shù)編譯時錯誤編譯時期錯誤編譯期錯誤