This is the github repository of this tutorial about Dynamic loading in modern C++ : https://blog.theopnv.com/posts/cpp-dynamic-loading/
Execution
Running on Linux, Windows and MacOS:
cmake . && make
. The executable is then available in Core/build/
.