Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 842 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 842 Bytes

CS106L : Standard C++ programming

CS106L is a C++ programming course taught in Stanford. It teaches several important and common topics of modern features of C++, which gives you an in-depth insight into understanding not only C++ syntax but also security, optimization and other fancy things about programming.

For me, I took the lectures from Stanford CS 106L Fall 2019 Lectures uploaded by Avery Wang (Highly appreciated!), got all the course materials from CS106L Winter 2020, and finally did the two interesting assignments of Autumn 2023 version which shows up in the official website currently (the time I started learning).