已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
請勿使用 C 樣式轉換。
C++ 核心指導方針 Type.4 。
void function(const int* const_i) { int* nonconst_i = (int*)const_i; // C26493 Don't use C-style casts int i = (int)*const_i; // C26493 Don't use C-style casts }
此頁面對您有幫助嗎?