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.
- Week1: C++ Basic
- Week2: STL
- Week3: Class
- Week4:Operator Overloading, Exceptions
- Week5: Resource Management, Smart pointer
- Week7: Advanced Template
- Week2: Catch2, STL
- Week3: lambda function, ios(istream, ostream, etc), class