?? main.cpp
字號(hào):
#include<iostream>
using namespace std;
#include<iomanip>
using namespace std;
#include<stdlib.h>
#include<string.h>
#include"struct.h"
#include"find.h"
#include"insert.h"
#include"changes.h"
#include"deletes.h"
#include"operate.h"
void main()
{
int flag;//進(jìn)行某種操作標(biāo)志
if(m%2==0)s=m/2;
else s=m/2+1;
cout<<endl<<endl;
cout<<" 輸入1,新書(shū)入庫(kù)";
cout<<" 輸入2,清書(shū)出庫(kù)"<<endl;
cout<<" 輸入3,借書(shū)操作";
cout<<" 輸入4,還書(shū)操作"<<endl;
cout<<" 輸入0,退出系統(tǒng)"<<endl<<endl;
cout<<"Now ,please make a choice"<<endl;
cout<<"Input flag(0,1,2,3or4):";
cin>>flag;cout<<endl;
Operate(flag);
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -