From 77d0d5d4c718c3e42a7e09c3d32ebac0ee03a27d Mon Sep 17 00:00:00 2001 From: mrgloom Date: Fri, 9 Dec 2016 18:25:00 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6613cd6..ece3b6f 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,12 @@ http://stackoverflow.com/questions/2391679/why-do-we-need-virtual-functions-in-c inheritance and default constructor http://stackoverflow.com/questions/4352169/default-constructor-for-an-inherited-class +private destructor +http://stackoverflow.com/questions/631783/what-is-the-use-of-having-destructor-as-private + +--------------------------------------------------------------------------------------------------------------------------------------- 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 -private destructor -http://stackoverflow.com/questions/631783/what-is-the-use-of-having-destructor-as-private ~~~