lc4337 / CS106L

my solution to the assignment of the CS106L : Standard C++ Programming Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

my solution to the assignment of the CS106L : Standard C++ Programming Course


Languages

Language:C++ 95.2%Language:Python 2.2%Language:Shell 2.1%Language:CMake 0.5%