图书管理系统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>...
内容介绍
此文档由会员 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()
{
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()
{