摘要:
#ifndef BOOK_H #define BOOK_H #include using std::string; class Book{ public: Book(string isbnX,string titleX,float priceX):isbn(isbnX),title(titleX),price(priceX){} void print(); private: st... 阅读全文
posted @ 2018-05-23 21:21
折纸真爱厨
阅读(184)
评论(0)
推荐(0)