From c7d2f1ca18e0428c48b0df53b5b985757caea56e Mon Sep 17 00:00:00 2001 From: Seth Date: Tue, 10 Nov 2020 20:23:00 +0100 Subject: [PATCH] Update LearnCpp.com (And Remove Duplicate) (#5086) * Remove Duplicate LearnCpp.com * Rename LearnCpp.com --- free-courses-en.md | 1 - free-programming-books.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/free-courses-en.md b/free-courses-en.md index c0e0e4ec..17a27f40 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -173,7 +173,6 @@ * [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) -* [LearnCpp.com C++ Tutorial](http://www.learncpp.com) * Microsoft edX Courses: * [Advanced C++](https://www.edx.org/course/advanced-c-plus-plus-1) * [Intermediate C++](https://www.edx.org/course/intermediate-c-plus-plus-1) diff --git a/free-programming-books.md b/free-programming-books.md index 8b31bc58..55cbd792 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1140,7 +1140,7 @@ Kerridge (PDF) (email address *requested*, not required) * [How To Think Like a Computer Scientist: C++ Version](http://greenteapress.com/thinkcpp/index.html) - Allen B. Downey * [Introduction to Design Patterns in C++ with Qt 4](http://ptgmedia.pearsoncmg.com/images/9780131879058/downloads/0131879057_Ezust_book.pdf) - Alan Ezust, Paul Ezust (PDF) * [Joint Strike Fighter, C++ Coding Standards, by Bjarne Stroustrup](http://www.stroustrup.com/JSF-AV-rules.pdf) (PDF) -* [Learn C++.](http://www.learncpp.com) (Online) +* [LearnCpp.com](https://www.learncpp.com) (HTML) * [Matters Computational: Ideas, Algorithms, Source Code, by Jorg Arndt](http://www.jjj.de/fxt/fxtbook.pdf) (PDF) * [Open Data Structures (In C++)](http://opendatastructures.org/ods-cpp.pdf) - Pat Morin (PDF) * [Programming Fundamentals - A Modular Structured Approach using C++](https://learning.hccs.edu/faculty/ken.busbee/programming-fundamentals-a-modular-structured-approach-using-c) - Kenneth Leroy Busbee (PDF) -- GitLab