Claus Witt
  • Home
  • About
Sign in Subscribe

plugins

A collection of 1 post
c++

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 * A way for the program to load the plugins The interface The first two parts are handled together in this case. By having
Oct 4, 2016 3 min read
Page 1 of 1
Claus Witt © 2023
  • Sign up
Powered by Ghost