Self learning of Stanford's CS106L Winter 2020.
Please follow the page to install your cs106l environment.
Then follow this page to
setup recommended settings for Qt Creator.
Note: Default reading is Course Reader.
Legend:
- PA: Programming Abstractions in C++
Week | Date | Lecture | Reading | Assignments |
---|---|---|---|---|
1 | Tue 1/7 | History and Philosophy of C++ video slides code |
ch.0-2 | |
Thu 1/9 | Streams video slides code |
ch.3 | ||
2 | Tue 1/14 | Types and Advanced Streams video slides code |
p.429-431, p.441 + ch.3 | |
Thu 1/16 | Sequence Containers video slides code |
ch.5 | A1 Released spec zip |
|
3 | Tue 1/21 | Associative Containers video slides code |
ch.6 | |
Thu 1/23 | Advanced Containers and Iterators video slides code |
ch.6 |