How to create a plugin system in C++
To create a plugin system in C++ you need three things: an interface for the plugin, a way for the plugin to inject itself into your program, and a way for the program to load the plugins.
Posts tagged with "plugins"
To create a plugin system in C++ you need three things: an interface for the plugin, a way for the plugin to inject itself into your program, and a way for the program to load the plugins.