From bbfd0d465c9f6d7a06630f4d08ad2f2f3659d986 Mon Sep 17 00:00:00 2001 From: mrgloom Date: Mon, 13 Nov 2017 17:52:44 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c6d59a0..c2e0728 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ volatile keyword mutable keyword ~~~ -#Patterns +Patterns ~~~ singleton pattern @@ -63,12 +63,10 @@ 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 - ~~~ Interview questions: