From 96505a86b863eb0ddbfe4133bc0564c4e6ad2b90 Mon Sep 17 00:00:00 2001 From: devhindo <66886118+devhindo@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:06:21 +0200 Subject: [PATCH] added c++ compilation linking and makefile course (#9314) --- courses/free-courses-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index d81880ee6..b70336eba 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -312,6 +312,7 @@ ### C++ +* [C++ Compilation, Linking, and Makefiles](https://youtube.com/playlist?list=PLNUvpxaaFJ_i6BYqbxTVeK5AOcFzQbboQ) - Amy Larson * [C++ For Programmers](https://www.udacity.com/course/c-for-programmers--ud210) - Catherine Gamboa (Udacity) * [C++ Programming](https://www.youtube.com/playlist?list=PLBlnK6fEyqRh6isJ01MBnbNpV3ZsktSyS) - Neso Academy * [C++ Programming Course - Beginner to Advanced](https://www.youtube.com/watch?v=8jLOx1hD3_o) - Daniel Gakwaya (freeCodeCamp)