搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ 有个错误编译通不过
标题:
有个错误编译通不过
取消只看楼主
gao_guai
等 级:
论坛游民
帖 子:73
专家分:16
注 册:2011-6-5
楼主
问题点数:0 回复次数:0
有个错误编译通不过
#include<iostream>
using namespace std;
class point
{
public:
point()
{
cout<<this<<endl;
cout<<this+1<<endl;
cout<<this-5<<endl;
}
}
int main()
{
point a;
cout<<&a<<endl;
return 0;
}
搜索更多相关主题的帖子:
public
2012-06-11 15:10
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-371301-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.133000 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved