From 3858b94c23577149ba19ca955a78d85bdf486f8a Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Tue, 24 May 2016 22:59:58 -0600 Subject: [PATCH] Update 01-Preface.md --- 01-Preface.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01-Preface.md b/01-Preface.md index f6f1535..fac2b81 100644 --- a/01-Preface.md +++ b/01-Preface.md @@ -12,3 +12,5 @@ In all cases brevity and succinctness is preferred. Examples are preferred for m *Disclaimer* This document is based on my personal experiences. You are not supposed to agree with it 100%. It exists as a book on [GitHub](https://github.com/lefticus/cppbestpractices) so that you can fork it for your own uses or submit back proposed changes for everyone to share. + +This book has inspired an O'Reilly video: [Learning C++ Best Practices](http://shop.oreilly.com/product/0636920049814.do)