您当前的位置: 首页 >  c++

刘一哥GIS

暂无认证

  • 4浏览

    0关注

    934博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

第一个包含类的C++程序

刘一哥GIS 发布时间:2015-10-24 19:48:03 ,浏览量:4

#include
using namespace std;

class student
{
private:
	int num;
	int score;
public:
	void setdata()
	{
		cin>>num;
		cin>>score;
	}
	void displyadata()
	{
		cout            
关注
打赏
1665586602
查看更多评论
1.0799s