圖書管理系統(tǒng)c++版_數(shù)據(jù)結(jié)構(gòu)課程設(shè)計(jì).docx
約17頁DOCX格式手機(jī)打開展開
圖書管理系統(tǒng)c++版_數(shù)據(jù)結(jié)構(gòu)課程設(shè)計(jì),c++程序源代碼#include #include#includestatic int n=0;int comp(char*,char*);class student{public: void getdata() {tag='#';cout>name>>number>>class>...
內(nèi)容介紹
此文檔由會(huì)員 csfujixie 發(fā)布
圖書管理系統(tǒng)c++版_數(shù)據(jù)結(jié)構(gòu)課程設(shè)計(jì)
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()
{