小芳便利店.docVIP

  • 6
  • 0
  • 约5.05千字
  • 约 6页
  • 2017-12-27 发布于河南
  • 举报
小芳便利店

小芳便利店 #include iostream #include string #include vector #include stdlib.h using namespace std; class Goods{ string name; float price; public: void SetGoods(string _name,float _price) { name=_name; price=_price; } void setName(string _name) { name=_name; } string getName() {return name;} void setPrice(float _price) {price=_price;} float getPrice() {return price;} }; //===== class Basket{ vectorGoods goodslist; public: void addGoods(Goods goods) {goodsli

文档评论(0)

1亿VIP精品文档

相关文档