搜索
编程论坛
→
开发语言
→
C++论坛
→
『 C++教室 』
→ 这么简单的程序也会出错?
标题:
这么简单的程序也会出错?
取消只看楼主
DG中专生
等 级:
新手上路
帖 子:52
专家分:0
注 册:2007-9-11
楼主
问题点数:0 回复次数:0
这么简单的程序也会出错?
#include<iostream>
#include<cstddef>
using namespace::std;
int main()
{ const size_t b=5
int a[b]{0,1,2,3,4};
int *c=a;
cout<<*c<<endl;
return 0;
}
55555555555555555
为什么还是有错误?
搜索更多相关主题的帖子:
int
include
std
using
2007-11-28 21:36
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-189093-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.338351 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved