1. HighGUI Gems πŸ’Ž

    Gems hidden in plain view. …


  2. The Salami Method

    C and C++ are probably the only viable languages for true cross-platform development. …


  3. Emscriptened!

    The path to the web. …


  4. Path Exploration

    A short stroll along filesystem::path. …


  5. Technical Debt

    My series on captureless lambdas generated some interesting comments (some via Twitter and Reddit). Here are some followups. …


  6. Lambda Callbacks πŸ“ž

    Lambdas can be made to play nicely with C callbacks. …


  7. Leaky πŸ•³ Lambdas

    There is a whole host of powerful closure critters that can squeeze into a captureless lambda. …


  8. Lambda Magic ✨

    C++ lambdas are magical. They’re totally splendiferous. …


  9. Terminators

    Hasta la vista, baby! …


  10. Polymorphism Polymorphism

    C++17 gives us std::variant<> which allows for a new form of runtime polymorphism. …