Medium Link
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...
Back to Basics: Templates Part 2 These are my notes from the second part of Andreas Fertig ‘s talk from CppCon 2020 titled “Back to Basics: Templates”. Variadic Templates Variadic templates al...
Back to Basics: Templates Part 1 These are my notes from Andreas Fertig ‘s talk from CppCon 2020 titled “Back to Basics: Templates”. Introduction Generic programming involves writing algorithm...
Cpp Blog: Smart Pointers in C++
Software Blog: OOP Basics
A new version of content is available.