2015年6月14日

【设计模式】Prototype Pattern

摘要: main.cpp#include "Prototype.h"#include using namespace std;int main(int argc, char *argv[]) { Prototype *p = new ConcreatePrototype(); Proto... 阅读全文

posted @ 2015-06-14 18:12 Susake 阅读(237) 评论(0) 推荐(0) 编辑

导航