搜索
编程论坛
→
开发语言
→
C++论坛
→
『 C++教室 』
→ 请问这个这个程序结果是40还是37~请求解释~谢了
标题:
请问这个这个程序结果是40还是37~请求解释~谢了
取消只看楼主
zpjm
等 级:
论坛游民
帖 子:36
专家分:21
注 册:2011-3-2
结帖率:
75%
楼主
已结贴
√
问题点数:0 回复次数:0
请问这个这个程序结果是40还是37~请求解释~谢了
#include <iostream>
using namespace std;
class Test
{
public:
static int x;
Test (int i=0)
{
x=i+x;
}
int Getnum()
{
return Test::x+7;
}
};
int Test::x=30;
void main()
{
Test test;
cout<<test.Getnum()<<endl;
}
搜索更多相关主题的帖子:
return
public
include
test
2011-06-27 20:33
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-344164-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.177172 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved