Introduce 4 ways to define function pointers in C++.
- Traditional
- typedef
- using
- std::function
Introduce 4 ways to define function pointers in C++.
Load Functions from Shared Libraries
Loading the partial shared library can be beneficial for two reasons:
Static Assertion and Type Trait
Use static assertion and type trait for error check.
Framebuffer.
RTTI (Run-Time Type Information)
Run-time type information (RTTI) is a mechanism that allows the type of an object to be determined at runtime.
Guidelines for managing object resources.
Since C++14
Safe ownership management.
Summary of Special Member Functions In C++
One example to demonstrate the usage of all C++ special member functions.
Code distribution among different programs and machines.