摘要: Pizza.h 1 #ifndef _PIZZA_H 2 #define _PIZZA_H 3 #include 4 #include 5 6 class Pizza 7 { 8 public: 9 Pizza(const std::string &type) : m_type(typ... 阅读全文
posted @ 2015-11-22 14:58 Ren.Yu 阅读(291) 评论(0) 推荐(0) 编辑