From 7e46450e3bad7c4bea0cf671d9860a6921cf2f58 Mon Sep 17 00:00:00 2001 From: Alexandre Dantas Date: Thu, 17 Jul 2014 10:34:59 -0300 Subject: [PATCH] Added "The C++ Annotations" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b732260..985d0da 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## C++ Books *Fantastic C++ related books.* +* [The C++ Annotations](http://cppannotations.sourceforge.net/annotations/html/) - An in-depth guide on C++, intended for people with a good knowledge of C who want to make the transition to C++. + ## C++ Articles *Fantastic C++ related articles.*