From e75113d92fbb69b62a03951c2dc8bfb6b2870314 Mon Sep 17 00:00:00 2001 From: Francis Bergin Date: Sat, 8 Aug 2015 01:20:09 -0400 Subject: [PATCH] Added The Essence of C++ video. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0cfd21..13e2da6 100644 --- a/README.md +++ b/README.md @@ -679,6 +679,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [C++ GUI with Qt Playlist](https://www.youtube.com/playlist?list=PLD0D54219E5F2544D) - Official Playlist for thenewboston C++ GUI with Qt tutorials. * [C Programming Tutorials](https://www.youtube.com/playlist?list=PL78280D6BE6F05D34) - All of TheNewBoston's C programming tutorials are right here. * [Bo Qian's playlist](https://www.youtube.com/user/BoQianTheProgrammer/playlists) - Boost Library, C++ Standard Library, Modern C++, Advanced C++, Advanced STL, ... +* [The Essence of C++](https://www.youtube.com/watch?v=86xWVb4XIyE) - by Bjarne Stroustrup. ## Websites *Useful C/C++ related websites.*