摘要: Sales_data.h 1 #ifndef SALES_DATA_H 2 #define SALES_DATA_H 3 4 #include "Version_test.h" 5 6 #include <string> 7 8 struct Sales_data { 9 std::string b 阅读全文
posted @ 2020-01-08 23:33 cxc1357 阅读(207) 评论(0) 推荐(0)
摘要: 书店程序是《c++ primer》中重要的实例,涉及大部分重要知识点,但代码分散阅读不便,下面按照章节顺序总结 Sales_item.h #ifndef SALESITEM_H // we're here only if SALESITEM_H has not yet been defined #d 阅读全文
posted @ 2020-01-08 22:41 cxc1357 阅读(255) 评论(0) 推荐(0)