U
uniquerockrz
Guest
want to introduce a plugin system in my C++ apps, that will help the user to introduce new features to the program much like chrome/firefox extensions. Currently I cant think about introducing new features without recompiling the whole program, but I dont want that. I know its possible in PHP as its a scripted language, but how to do that in c/cpp?