您的位置: 首页-网友推荐 |
(33)下面程序中对一维坐标点类Point进行运算符重载
#include
using namespace std;
class point {
public:
point (int vaI) {x=val;}
point& operator++(){x++;retum*this;}
print operator++(int) {point old=*this,++(*this);retum old;}
int GetX() const {retum x;}
private:
int x;
};
int main()
{
point a(10);
cout《《(++a).GetX();
cout《
retum();
}
编译和运行情况是
A)运行时输出1011
B)运行时输出1111
C)运行时输出1112
D)编译有错
(34)有如下程序:
#include
using namespace std;
int main()
{
char str[100],*p;
cout《《”please input a string:”;
cin》》str;
p=str;
for(int i =0;*p!=”\0”;p++, i ++);
cout《《 i 《
retum 0;
}
运行这个程序时,若输入字符串为
abcdefg abcd
则输出结果是
A)7
B)12
C)13
D)100 (更多请看下一页)
上一页 | 第 | [1] | [2] | [3] | [4] | [5] | [6] | [7] | [8] | [9] | [10] | [11] | [12] | [13] | [14] | [15] | [16] | [17] | [18] | [19] | [20] | 页 | 下一页 |
( 编辑:任芳 )
|
马上评论 |
版权声明: 凡本网注明 " 稿件来源:中原网 " 的所有文字、图片和音视频稿件,版权均属郑州日报社和中原网所有。任何媒体、网站或个人未经本网协议授权不得转载、链接、转贴或以其他方式复制发表。已经本网协议授权的媒体、网站,在下载使用时必须注明 " 稿件来源:中原网 或 中原网-郑州日报 或 中原网-郑州晚报" ,并不得删除最初发表的报纸名称和作者署名。否则本网将依法追究侵权者的法律责任。 |
网友点击 | |
娱乐新闻 | 更多>> | |