:组合模式:Component
摘要:
#ifndef __COMPONENT_H__#define __COMPONENT_H__#include #include using namespace std;class Component{public: virtual ~Component(){} virtual void add(Co... 阅读全文
posted @ 2015-05-04 21:54 Vulkan 阅读(154) 评论(0) 推荐(0)
浙公网安备 33010602011771号