Post #2453570
2026-05-08 10:54 UTC
So decided to try practising 'how to explain something' and wrote up some details on building a C++ dynamic binding system using C++26 reflection.
https://blog.ivor.org/2026/05/c26-reflection.html
I'm not sure how clear or helpful it is, but ended up with 9 parts now, *hopefully* that's easier to follow along than my first attempt.
#development #tutorial #cpp
Replies (1)
-
@ivor@social.ivor.org 2026-05-10 20:39
and it now has a fully dynamic C# binding too. 🤘 need to tidy that up a bit and add it to the repo.