摘要: #include"iostream.h"#include"string.h"class score{private:char name[8],xh[7];double sx,yw,yy;public:score(char *n,char *x,double sx,double yw,double yy){ strcpy(name,n); strcpy(xh,x); this->sx=sx; this->yw=yw; this->yy=yy;}score(){ cout<<"请输入学生名:"; cin> 阅读全文
posted @ 2011-11-30 11:58 奇奇博客 阅读(156) 评论(0) 推荐(0)