הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
'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