首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
Orphan的代码贴
→
C++
[C++]谁能告诉我怎么改==
#include<iostream>
using namespace std;
const double Pi=3.14;
class ball
{protected:
int r;
public:
voidsetdata()
{
cout<<"please enter the r:"<<endl;
cin>>r;
}
......................
阅读全部
| 2015年5月29日 20:51
1
Orphan
全部(1)
C++(1)