From b124990a75fab1f879709bbc951a6d771cb3a5cc Mon Sep 17 00:00:00 2001 From: kadhirash Date: Wed, 4 Nov 2020 07:42:06 -0800 Subject: [PATCH] Add C++ courses, check_urls=free-courses-en.md (#5067) --- free-courses-en.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/free-courses-en.md b/free-courses-en.md index ab365ada..f677868d 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -165,7 +165,9 @@ ### C++ -* [C++ Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWoVZWSN-ze3VVtIfZfXwAGM) +* [C++ For Programmers](https://www.udacity.com/course/c-for-programmers--ud210) - Catherine Gamboa (Udacity) +* [C++ Programming Tutorial for Beginners (For Absolute Beginners)](https://www.youtube.com/playlist?list=PLS1QulWo1RIYSyC6w2-rDssprPrEsgtVK) - ProgrammingKnowledge +* [C++ Tutorial](https://www.youtube.com/playlist?list=PL_RGaFnxSHWoVZWSN-ze3VVtIfZfXwAGM) - The Bad Tutorials * [C++ Tutorial for Beginners - Full Course](https://www.youtube.com/watch?v=vLnPwxZdW4Y) - Mike Dane - (freeCodeCamp) * [Google's C++ Course](https://developers.google.com/edu/c++/) * [Introduction to C++](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware)