Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgloom authored Jun 29, 2017
1 parent 5951cb4 commit e5c8c8b
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@

C++ tips, tricks, idioms, etc. in stackoverflow questions.
C++ tips, tricks, question, idioms, etc.


C++ FAQS
~~~
Herb Sutter gotw
https://herbsutter.com/gotw/
Bjarne Stroustrup
http://www.stroustrup.com/bs_faq.html
http://www.stroustrup.com/C++11FAQ.html
https://isocpp.org/faq
~~~

Books
~~~
http://www.aristeia.com/books.html
~~~

~~~
private constructor
Expand All @@ -22,6 +41,9 @@ 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
operator overloading outside class
https://stackoverflow.com/questions/2425906/operator-overloading-outside-class
~~~

#Patterns
Expand Down

0 comments on commit e5c8c8b

Please sign in to comment.