使用cygwin在windows中创建新线程

发布于 2024-11-08 06:52:57 字数 131 浏览 0 评论 0原文

我正在使用netbeans。我安装了 cygwin 并使用它在 netbeans 中进行 c++ 编程。我想创建一个线程。我搜索了很多网站。但我找不到任何适合我的条件的东西(C++ 和 windows(作为操作系统)而不是 Visual C++)。

I am using netbeans. I installed cygwin and use it for c++ programming in netbeans. I want to create a thread. I searched lots of sites. But I couldn't find anything suitable for my condition(C++ and windows(as OS) and not visual C++).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

尘世孤行 2024-11-15 06:52:57

Cygwin 实现了 POSIX 线程 API,又名 pthreads

Cygwin implements the POSIX Threads API, aka pthreads.

生生漫 2024-11-15 06:52:57

您有多个选项:

顺便说一下,Visual C++ 只是一个 IDE。它与线程无关。

You have multiple options:

By the way, Visual C++ is just an IDE. It has nothing to do with threads.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文