已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
'identifier': redefinition; different types of indirection
標識碼已經以不同的衍生類型定義。
下列範例會產生 C2372:
// C2372.cpp // compile with: /c extern int *fp; extern int fp[]; // C2372 extern int fp2[]; // OK
此頁面對您有幫助嗎?