c++ - extern int a=1为什么在函数内部报错?
PHP中文网
PHP中文网 2017-04-17 15:04:15
0
1
510
#include #include #include using namespace std; int main() { extern int a = 1;//不允许对外部变量的局部声明使用初始值 return 0; }

我知道extern int a这样写是可以的,或者把extern int a = 1放在全局区也是可以的,但是为什么放在函数内部,例如main()里就报错呢?求解释。

PHP中文网
PHP中文网

认证高级PHP讲师

répondre à tous (1)
小葫芦

https://stackoverflow.com/que...

以前我也没注意到

    Derniers téléchargements
    Plus>
    effets Web
    Code source du site Web
    Matériel du site Web
    Modèle frontal
    À propos de nous Clause de non-responsabilité Sitemap
    Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!