Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theopnv/dynamic-loading

Loading of a C++ class from a shared library (C++11)
https://github.com/theopnv/dynamic-loading

cpp11 cross-platform dll dynamic loading

Last synced: about 9 hours ago
JSON representation

Loading of a C++ class from a shared library (C++11)

Awesome Lists containing this project

README

        

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/`.