CS106L

Standard C++ Programming

Stanford University

Spring 2025

About CS106L

đŸŒŊ CS106L is a 1-unit class that explores the modern C++ language in depth. We'll cover some of the most exciting features of C++, including modern patterns (up through C++26) that give it beauty and power.

đŸĨĻ Anyone who is taking or has taken CS106B/X (or equivalent) is welcome to enroll. In other words, we welcome anyone that has learned or is learning programming fundamentals like functions and objects/classes.

đŸĨ• CS106L is a class for 1 unit. Students will complete 8 very short weekly assignments. These are not meant to be too challenging but instead function as some hands-on practice with a few of the concepts we discuss in class the previous week. There are no exams or papers. All grades are S/NC. Class will finish in week 8 to give you time for finals.

đŸĸ CS106L is built for you! Even if you're not taking the class, you're welcome to come to our in-person office hours (starting week 2). Times TBD

Course Info

Quick Links

Schedule

WeekTuesdayThursday

1

April 1

1. Welcome!

📖 Slides

📃 Policies

April 3

2. Types and Structs

2

April 8

3. Initialization and References

April 10

4. Compiling and Linking

3

April 15

5. Streams

April 17

6. Containers

4

April 22

7. Iterators and Pointers

April 24

8. Classes

5

April 29

9. Advanced Classes

May 1

10. Templates

6

May 6

11. Advanced Templates

May 8

12. Functions and Lambdas

7

May 13

13. Operator Overloading

May 15

14. Special Member Functions

8

May 20

15. Move Semantics

May 22

16. std::optional and Type Safety

9

May 27

17. RAII, Smart Pointers, and Building C++ Projects

May 29

Optional: No Class, Extra Office Hours

10

June 3

Optional: No Class, Extra Office Hours