C课程设计图书管理系统
注意:在运行前首先要建立文件“book.dat”#include <iostream>using namespace std;#include <fstream>#include <iomanip>#
C课程设计图书管理系统