PIMPL What is PIMPL? The PIMPL C++ idiom is typically used to reduced compile-time dependencies and construct C++ library interfaces with a stable ABI (application binary interface). This techniq...
Cpp Blog: Cpp Casts
Medium Link
Software Blog: OOP Basics
Object-oriented programming (OOP) is programming paradigm based on based on wrapping data and behaviour into bundles (or objects) that enables our code to be more modular, flexible and reusable. Cl...
Software Blog: UML Basics Reference
Medium Link
Cpp Blog: Smart Pointers in C++
Medium Link