@ -82,11 +82,8 @@ bool bookempty()
}
// 添加图书
template <int MAXSIZE = 256>
void DoAddBook()
{
if (books.length == MAXSIZE) {
cout << "books full" << endl;exit(DoAddBook);}
cout << endl << "Add Book"<< endl<<endl;
Book book;
input(book); //输入图书