摘要:
#include #include using namespace std;class Item_base { public: Item_base(const string &book = "", double sales_price = 0.0): isbn(book), price(sales_price) {} string book() const { return isbn; } virtual double net_price(size_t n) const ... 阅读全文
posted @ 2013-08-18 20:39
jihite
阅读(403)
评论(0)
推荐(0)

浙公网安备 33010602011771号