共用方式為


編譯器錯誤 C2745

'token': 此令牌無法轉換成標識符

標識碼必須包含法律字元。

下列範例會產生 C2745:

// C2745.cpp
// compile with: /clr
int main() {
   int __identifier([));   // C2745
}