From 86a5f341168d2c0da501c25b9cf6b5a143fd3383 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Mon, 19 Dec 2016 21:01:55 -0700 Subject: [PATCH] Add "The Ultimate Question of Programming, Refactoring, and Everything" --- 10-Further_Reading.md | 1 + 1 file changed, 1 insertion(+) diff --git a/10-Further_Reading.md b/10-Further_Reading.md index ad4e1f6..2f5817a 100644 --- a/10-Further_Reading.md +++ b/10-Further_Reading.md @@ -15,3 +15,4 @@ * http://emptycrate.com/ * http://stackoverflow.com/questions/tagged/c%2b%2b-faq?sort=votes&pageSize=15 - StackOverflow C++ FAQ * http://codergears.com/qacenter/ discussion center for C and C++ best practices + * http://www.viva64.com/en/b/0391/ The Ultimate Question of Programming, Refactoring, and Everything