Static Assertion and Type Trait
Use static assertion and type trait for error check.
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.
A summary of extern usage.
Discuss some differences.