Introduction - If you have any usage issues, please Google them yourself
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.
Packet : 89346516design_patterns_templates-0_2.zip filelist
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