หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'token' : this token cannot be converted to an identifier
Remarks
Identifiers must be comprised of legal characters.
Example
The following example generates C2745:
// C2745.cpp
// compile with: /clr
int main() {
int __identifier([)); // C2745
}