pull/9/head
yangtengze 2 years ago
parent e9870a3c9f
commit b70004871f

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

Loading…
Cancel
Save