gpt4 book ai didi

c++ - 寻找与不同 C++ 应用程序共享 C++ 函数的不同方法

转载 作者:搜寻专家 更新时间:2023-10-31 02:22:28 25 4
gpt4 key购买 nike

<分区>

我正在尝试寻找不同的方法在不同的应用程序中重用我的 C++ 函数。比如说我有以下功能:

      Function A(){} // this will do a complex math operation

Function B(){} // this will load a complex shape file

Function C(){} // Print the results.

我需要在 3 个不同的 C++ 程序中使用上述 3 个函数。它们是完全独立的,我正在尝试了解在我的所有应用程序中使用它们而不是编写 3 次相同代码的最佳方法。

我正在考虑以下选项:

      Option A: Writing static library 
Option B: Writing dynamic library
Option C: Windows Services
Option D: Same code and compile everywhere

还有其他选择吗?或者什么是最好的选择?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com