From 0cc7688b779cb22e020b192d4df87a3d2931d357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Wed, 6 Nov 2013 16:08:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E2=80=9CEffective=20C++?= =?UTF-8?q?=E8=AF=BB=E4=B9=A6=E7=AC=94=E8=AE=B0=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81a0920..c276c7d 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ * [编译原理(紫龙书)中文第2版习题答案](https://github.com/fool2fish/dragon-book-exercise-answers) * [把《编程珠玑》读薄](http://hawstein.com/posts/make-thiner-programming-pearls.html) +* [Effective C++读书笔记](https://github.com/XiaolongJason/ReadingNote/blob/master/Effective%20C%2B%2B/Effective%20C%2B%2B.md) * [Golang 学习笔记、Python 学习笔记、C 学习笔记](https://github.com/qyuhen/book) (PDF) * [Jsoup 学习笔记](https://github.com/code4craft/jsoup-learning) * [学习笔记: Vim、Python、memcached](https://github.com/lzjun567/note)