Skip to content

CS106L : Standard C++ Programming Course

Notifications You must be signed in to change notification settings

frankswu/CS106L

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CS106L : Standard C++ programming

This is a C++ programming course teached in 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 : )

About

CS106L : Standard C++ Programming Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.7%
  • QMake 3.1%
  • Makefile 0.2%