设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 1145|回复: 0
打印 上一主题 下一主题

高手救我!!!!!!!

[复制链接]
跳转到指定楼层
1#
发表于 2009-11-4 00:09:23 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
#include<iostream>
using namespace std;
#include <cstring>
#include <string>

class student{
   int english;                  // 英语成绩
   int compute;                  // 计算机成绩
   int total;                    // 总成绩
   public:
   void setdata( int e,int c);   // 设置学生成绩
   void gettotal();   // 获取一个学生的总成绩
   void display();              // 显示一个学生的名字和总成绩
   void chage_name(const string names){name=names;}
string& Getname()
{
    return name;
}
private:
       string name;
};



void  student::setdata(int e,int c)
{   
     english=e;
     compute=c;
}


void  student::gettotal()
{  
  total=english+compute;   
}

void student::display()
{   
   
    cout
您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 19:51 , Processed in 0.106359 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表