We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我建议您查看Qt 框架。他们提供了一种创建插件的机制。看看这本关于 Qt 的免费在线书籍。插件在第 21 章中讨论。
I recommend that you have a look at the Qt framework. They offer a mechanism to create plugins. Have a look at this free online book about Qt. Plugins are discussed in chapter 21.
对于二进制级别的模块化 Boost.Extension 可能是一个不错的选择。
对于自动更新,例如 Google 的 Omaha (Windows) 或 更新引擎 (OS X)
For modularity on binary level Boost.Extension might be a good choice.
For autoupdate there is for example Google's Omaha (Windows) or Update Engine (OS X)