หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
#define syntax
Remarks
No identifier appears after a #define. To resolve the error, use an identifier.
Example
The following example generates C2007:
// C2007.cpp
#define // C2007
Possible resolution:
// C2007b.cpp
// compile with: /c
#define true 1