Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 771 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 771 Bytes

comp6771-21T2

Summarizing the key points in the lectures and tutorials on 21T2. Except the knowledge in PPT, this repo also includes some others that are important and usefult I think, like some blogs and guidelines.

This repo is in both English and Chinese. I will use English as the main language and use Chinese to explain some things which are difficult to understand in English.

Lectures

  1. Week1: C++ Basic
  2. Week2: STL
  3. Week3: Class
  4. Week4:Operator Overloading, Exceptions
  5. Week5: Resource Management, Smart pointer
  6. Week7: Advanced Template

Tutorials

  1. Week2: Catch2, STL
  2. Week3: lambda function, ios(istream, ostream, etc), class

References

  1. C++ Core Guideline