图书管理系统c++版_数据结构课程设计.docx

约17页DOCX格式手机打开展开

图书管理系统c++版_数据结构课程设计,c++程序源代码#include #include#includestatic int n=0;int comp(char*,char*);class student{public: void getdata() {tag='#';cout>name>>number>>class>...
编号:10-91409大小:17.52K
分类: 其它

内容介绍

此文档由会员 csfujixie 发布

图书管理系统c++版_数据结构课程设计
C++程序源代码
#include
#include
#include
static int n=0;
int comp(char*,char*);
class student
{
public:
void getdata()
{
tag='#';
cout>name>>number>>Class>>score;
}
char gettag()
{
return tag;
}
void disp()
{
if(tag=='#')
cout< < }
char *getname()
{