-
HighGUI Gems π
Gems hidden in plain view. …
-
The Salami Method
C and C++ are probably the only viable languages for true cross-platform development. …
-
Emscriptened!
The path to the web. …
-
Path Exploration
A short stroll along filesystem::path. …
-
Technical Debt
My series on captureless lambdas generated some interesting comments (some via Twitter and Reddit). Here are some followups. …
-
Lambda Callbacks π
Lambdas can be made to play nicely with C callbacks. …
-
Leaky π³ Lambdas
There is a whole host of powerful closure critters that can squeeze into a captureless lambda. …
-
Lambda Magic β¨
C++ lambdas are magical. Theyβre totally splendiferous. …
-
Terminators
Hasta la vista, baby! …
-
Polymorphism Polymorphism
C++17 gives us std::variant<> which allows for a new form of runtime polymorphism. …