C++ study repo. Learn from cherno in Youtube. The course arrangement is relatively random. Please reter to the content for detailed topic. The number in the bracket indicates the number of episode. Welcome comment and discuss. If the repo helps you, please give me a star, thank you!
C++ 学习仓库,包括YouTube博主cherno课程的笔记以及全部代码。课程的知识点安排较为随机, 请参考目录以获取对应内容。括号里的数字表示对应的视频序号。如有需要中文版本请留言或者create an issue. 欢迎交流与讨论,如有帮助请给我一个star,谢谢!
- Variable(8)
- Function(9)
- Head File(10)
- Debugging(11)
- If Statement(12)
- Loops(14)
- Control Statement(15)
- Pointer(16)
- Reference(17)
- Class(18)
- Comparison of Class and Struct(19)
- How to Write a C++ Class(20)
- Static Keyword(21)
- Static Inside of Class/Struct(22)
- Static in Local Scope(23)
- Enumeration(24)
- Constructor(25)
- Destructor(26)
- Inheritance(27)
- Virtual Functions(28)
- Pure Virtual Function(Interface)(29)
- Visibility(30)
- Constructor Member Initialiser List(36)
- Ternary Operator(37)
- Create and Initialise Object(38)
- new(keyword)(39)
- Implict Conversion and Explicit Keyword(40)
- Operator and Operator Overloading(41)
- this(keyword)(42)
- Object Lifetime(43)
- Smart Pointer(44)
- Copy and Copy Constructor(45)
- Array Operator(46)
- Dynamic arrays(47)
- Use Vector in an optimal way(48)
- Use External Libraries (Static Link)(49)
- Dynamic Linkage(50)
- Create and Use Libraries(51)
- How to Deal with Multiple Return Types(52)
- Templates(53)
- Stack VS Heap(54)
- Macros(55)
- auto(keyword)(56)
- Static Array(57)
- Function Pointer(58)
- Lambda(59)
- namespace std(60)
- namespace(61)
- Thread(62)
- Timing(63)
- Multi-dimensional array(64)
- Sorting(65)
- Type Punning(66)
- union(keyword)(67)
- Virtual Destructor(68)
- Casting(69)
- Break Points(70)
- Precompiled Header(72)
- dynamic_cast(73)
- Bench Marking(74)
- Structured Bindings(C++ 17)(75)
- optional(C++ 17)(76)
- Store Multiple Data in A Single Variable(C++ 17)(77)
- How to Store Any Type of data(78)