2014年1月4日
摘要: #ifndef SALESITEM_H#define SALESITEM_H// Definition of Sales_item class and related functions goes here#include #include class Sales_item {friend bool operator==(const Sales_item&, const Sales_item&);// other members as beforepublic: // added constructors to initialize from a string or an is 阅读全文
posted @ 2014-01-04 22:08 Maxwell Hu 阅读(499) 评论(0) 推荐(0) 编辑