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 8, 2016
1 parent 04b12c8 commit 919fa69
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ C++ tips tricks and idioms

~~~
private constructor
singleton pattern
swap trick
prevent class inheritance
http://stackoverflow.com/questions/2184133/prevent-class-inheritance-in-c
virtual destructor
virtual inheritance
http://stackoverflow.com/questions/21558/in-c-what-is-a-virtual-base-class
virtual function
http://stackoverflow.com/questions/2391679/why-do-we-need-virtual-functions-in-c
~~~

0 comments on commit 919fa69

Please sign in to comment.