Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgloom authored Dec 15, 2016
1 parent dc7d7c5 commit 5951cb4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5951cb4

Please sign in to comment.