Good patterns for a C/C++ plugin-based system?

前端 未结 5 1570
-上瘾入骨i
-上瘾入骨i 2020-12-08 03:48

When developing a C/C++ (=2?) plugin based framework with shared objects/dynamic libraries that need to support live swapping what examples would be helpful to look at for i

5条回答
  •  不知归路
    2020-12-08 04:21

    Boost.Extension seems nice (never used it but will try soon). Another alternative would be the POCO SharedLibrary class.

提交回复
热议问题