文件名称:design_patterns_templates-0_2
介绍说明--下载内容均来自于网络,请自行研究使用
Any cs. student a ny average university will at some point be faced with design patterns (dp for the rest of the article). Dp s are generic principles or best practices from software development. This article is not an introduction to dp s, since others have already covered that in longer and better written articles. Instead, this article deals with implementing and re-using C++ templates when thinking dp s.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 89346516design_patterns_templates-0_2.zip 列表 composite.h decorator.h design_patterns_templates.sln design_patterns_templates.vcproj docs/ docs/html/ docs/html/annotated.html docs/html/classtemplate__patterns_1_1composite-members.html docs/html/classtemplate__patterns_1_1composite.html docs/html/classtemplate__patterns_1_1decorator-members.html docs/html/classtemplate__patterns_1_1decorator.html docs/html/classtemplate__patterns_1_1factory-members.html docs/html/classtemplate__patterns_1_1factory.html docs/html/classtemplate__patterns_1_1factory__with__initializer-members.html docs/html/classtemplate__patterns_1_1factory__with__initializer.html docs/html/classtemplate__patterns_1_1singleton-members.html docs/html/classtemplate__patterns_1_1singleton.html docs/html/composite_8h-source.html docs/html/decorator_8h-source.html docs/html/doxygen.css docs/html/doxygen.png docs/html/factory_8h-source.html docs/html/files.html docs/html/functions.html docs/html/functions_func.html docs/html/index.html docs/html/namespaces.html docs/html/namespacetemplate__patterns.html docs/html/singleton_8h-source.html doxy.cfg factory.h main.cpp singleton.h