首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴Orphan的代码贴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