From 5951cb41ee49c7b018eb295f5c348b7053864473 Mon Sep 17 00:00:00 2001 From: mrgloom Date: Thu, 15 Dec 2016 13:55:56 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec62c88..951ac87 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,8 @@ C++ tips, tricks, idioms, etc. in stackoverflow questions. ~~~ private constructor -singleton pattern - swap trick - prevent class inheritance http://stackoverflow.com/questions/2184133/prevent-class-inheritance-in-c @@ -25,12 +22,19 @@ http://stackoverflow.com/questions/4352169/default-constructor-for-an-inherited- private destructor http://stackoverflow.com/questions/631783/what-is-the-use-of-having-destructor-as-private +~~~ + +#Patterns +~~~ +singleton pattern decorator pattern factory pattern +~~~ --------------------------------------------------------------------------------------------------------------------------------------- +~~~ detect unused #include files http://stackoverflow.com/questions/74326/how-should-i-detect-unnecessary-include-files-in-a-large-c-project http://stackoverflow.com/questions/614794/c-c-detecting-superfluous-includes