【设计模式】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
posted @ 2015-06-14 18:12
posted @ 2015-06-13 17:16
posted @ 2015-06-10 17:30
posted @ 2015-06-09 17:15