weat!!

冲刺第四天

今天我们进行了第四次站立会议,

在三栋420,

会议时间为上午七点半;

会议内容:

我们讨论了一下进展的方向,

编写了一部分代码,

尝试运行了一下,

并对这几天的完成量做了以下评估。

我们今天编写的核心代码如下:

protected:
 double yuwen,shuxue,yinyu,average,all,num;
 string name;
};
void Student::Setname(string name)
{
 this->name=name;
}
void Student::Setnum(double num)
{
 this->num=num; 
}
void Student::Setyuwen(double yuwen)
{
 this->yuwen=yuwen;
}
void Student::Setshuxue(double shuxue)
{
 this->shuxue=shuxue;
}
void Student::Setyinyu(double yinyu)
{
 this->yinyu=yinyu;
}
void Student::Setall(string name,double num,double yuwen,double shuxue,double yinyu)
{
 this->name=name;
 this->num=num;
 this->yuwen=yuwen;
 this->shuxue=shuxue;
 this->yinyu=yinyu;
}

posted on 2018-11-19 22:01  weat!!  阅读(98)  评论(0编辑  收藏  举报

导航