Learn C++
- Type of initialization
- Copy constructor [Done]
- Type conversion and typeid
- extern "C" & Name mangling
- Operator overloading
- Function overloading
- Virtual destructor?
- Const function & const variable
- vptr & vtable
- reference of base pointing to child.
- reference of base pointing to base.
- reference of child pointing to child.
- pointer of base class pointing to the base.
- pointer of base class pointing to the child.
- pointer of child pointing to child.
- Exception handling
- static & dynamic library linking
- Name space