From 0d2e236f19038592ec4d2f400df55c6af14bd4ae Mon Sep 17 00:00:00 2001 From: T K Sourabh Date: Mon, 30 Oct 2017 02:11:59 +0530 Subject: [PATCH] Added C++ Books --- c++/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/c++/README.md b/c++/README.md index e6137b0..b43a74a 100644 --- a/c++/README.md +++ b/c++/README.md @@ -2,3 +2,6 @@ | Title | URL (Amazon, Flipkart etc) | Comments| |-------------------------------------------------|----------------------------|---------| +| A tour of C++ | [amazon](https://www.amazon.in/Tour-C-Depth-ebook/dp/B00F8CWGOS) | A thorough go through of the cpp language(C++11) by the creator himself. | +| Effective Modern C++ | [amazon](https://www.amazon.in/Effective-Modern-Specific-Ways-Improve-ebook/dp/B00PGCMGDQ) | This book focuses on writing better C++ code rather than just learning the features of C++11 and C++14. | +| Effective STL | [amazon](https://www.amazon.in/Effective-STL-Addison-Wesley-Professional-Computing-ebook/dp/B004V4432W) | By the same author of Effective Modern C++, this is a must have book recommended by many cpp developers. | \ No newline at end of file