From 36b9edd7e195695c0c70d4fd17215cf8df8e0e50 Mon Sep 17 00:00:00 2001 From: Wenhao Guo <wenhao.guo@student.unsw.edu.au> Date: Thu, 14 Dec 2023 10:45:49 +1100 Subject: [PATCH] add cs106l Standard C++ programming from Stanford --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 299cfe2..5cb2538 100755 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Table of Contents - [CS 1301 Intro to computing - Gatech](https://www.cc.gatech.edu/classes/AY2016/cs1301c_fall/) - [CS 106A - Programming Methodology, Stanford University](https://see.stanford.edu/Course/CS106A) ([Lecture Videos](https://www.youtube.com/playlist?list=PL84A56BC7F4A1F852)) - [CS 106B - Programming Abstractions, Stanford University](https://see.stanford.edu/Course/CS106B) ([Lecture Videos](https://www.youtube.com/playlist?list=PLnfg8b9vdpLn9exZweTJx44CII1bYczuk)) +- [CS 106L - Standard C++ Programming](https://web.stanford.edu/class/cs106l/)([Lecture Videos](https://www.youtube.com/playlist?list=PLCgD3ws8aVdolCexlz8f3U-RROA0s5jWA)) - [CS 106X - Programming Abstractions in C++](http://web.stanford.edu/class/cs106x/) ([Lecture Videos](https://www.youtube.com/playlist?list=PLrivl8gTKLcpIJ-ktHCxMEgWOn8LawYhb)) - [CS 107 - Programming Paradigms, Stanford University](https://see.stanford.edu/Course/CS107) - [CmSc 150 - Introduction to Programming with Arcade Games, Simpson College](http://ProgramArcadeGames.com)