Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Linux 中使用英特尔线程构建模块 (TBB)。任何人都可以为此建议一个好的 IDE 以及将 TBB 与该 IDE 集成的任何步骤吗?
谢谢,拉克什。
只要我知道 TBB 是一组用于处理代码并行化任务的 C++ 库。所以不需要任何集成(就像你使用 STL 一样),你可以使用任何你想要的 IDE,比如 Eclipse、KDevelop 等等。
TBB 只是一个库,您可以将它与任何 C++ IDE 一起使用。您需要做的就是设置 TBB 安装的包含目录。