إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
'identifier' : const object must be initialized if not extern
Remarks
The identifier is declared const but not initialized or extern.
Example
The following example generates C2734:
// C2734.cpp
const int j; // C2734
extern const int i; // OK, declared as extern