SkillAgentSearch skills...

CS106L

CS106L : Standard C++ Programming Course

Install / Use

/learn @PKUFlyingPig/CS106L
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CS106L : Standard C++ programming

This is a C++ programming course taught at Stanford University. It covers many modern features of C++ (c++11, c++17, c++20 ...), and will almost certainly help you understand C++ more in depth.

Course Map

Official Course Website

The important lectures are in bold. I feel much more comfortable to write c++ style code after learning this course.

  • Structures
  • Uniform Initialization
  • Reference
  • Streams
  • Containers
  • Iterators
  • Function Templates
  • Lambda Function
  • Template Class
  • Const-Correctness
  • Operator overloading
  • Special Member Function
  • Move Semantics
  • Resource Acquisition Is Initialization

Programming Assignments

There are two programming assignments to help you practice what you have learned in class.

WikiRacer : You will implement a famous game in C++.

HashMap : You will implement a template container in C++, and compare it with the official STL implementation std::unordered_map<K, V>.

Want to learn more ?

Check out this repository which contains all my self-learning materials : )

Related Skills

View on GitHub
GitHub Stars329
CategoryDevelopment
Updated8d ago
Forks65

Languages

C++

Security Score

80/100

Audited on Mar 27, 2026

No findings