84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
如题,
`int n; cin>>n; int a[n];
c++可不可以这样初始化数组啊,在VS2010中不可以,在devc++(编译器gcc) 中可以。
欢迎选择我的课程,让我们一起见证您的进步~~
这是C语言C99标准里的变长数组VLA,c++标准不支持。gcc编译器支持变长数组,但vc那个编译器不支持。你搜一下变长数组。会有很多这个资料(中英文)的。c++之父stroustrup在他网站里面谈了一下变长数组,有一小段文字,题主有兴趣可以戳进去看看哦http://www.stroustrup.com/bs_...
C++ 不支持可变长数组,C支持
这是C语言C99标准里的变长数组VLA,c++标准不支持。gcc编译器支持变长数组,但vc那个编译器不支持。你搜一下变长数组。会有很多这个资料(中英文)的。c++之父stroustrup在他网站里面谈了一下变长数组,有一小段文字,题主有兴趣可以戳进去看看哦http://www.stroustrup.com/bs_...
C++ 不支持可变长数组,C支持