This list is taken from YouTube channel: The Cherno
Compiler: g++ (gcc version: 9.2.1 20200306)
OS: Linux 5.4.0-4-amd64
CXX Flags: -Wall -std=c++11 -g
Editor: VS Code (x64)
clang-format: Microsoft
- Pointers [X]
- References [X]
- Classes [X]
- Classes vs Structs [X]
- Extern [X]
- Static for Classes and Structs [X]
- Local Static [X]
- Enums [X]
- Constructors [X]
- Destructors [X]
- Inheritance [X]
- Virtual functions (overrided function) [X]
- Interfaces (pure virtual functions) [X]
- Visibility [X]
- Array [X]
- Strings [X]
- String Literal [X]
- Const and Mutable [X]
- Member Initializer [X]
- Ternary [X]
- Create and Instantiate an Object [X]
- Auto keyword [X]
- Lambda [ ]
- Implicit and explicit conversion [ ]
- Operators overloading [ ]
- This keyword (pointer) [ ]