إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
#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