C++0x 线程问题

发布于 2024-10-28 21:44:09 字数 239 浏览 3 评论 0原文

我有一个关于 c++0x 标准线程的问题。现在可以使用它们吗(在 vc++ 2010 中)?我看到人们提供了如何使用它们的教程,但我有点困惑该库是否真的可以在 atm 上使用。我知道你可以在 vc++ 中使用“auto”之类的东西,所以我想我会问:.每次我尝试使用新线程时,尝试包含它们时都会出错。这让我认为我的问题的答案是“否”,但是教程+其他使用它们的人到底怎么样了!?

如果没有,有人可以指出我正确的方向吗?我只想了解线程,而不必担心平台:。

I have a question regarding the c++0x standard threads.Can they be used at the moment (in vc++ 2010)? I see people providing tutorials on how to use them, but im a bit confused if the library can actually be used atm. I know you can use things like "auto" in vc++, so i thought i'd ask :. Every time i try and use the new threads, i get errors when trying to include them. This makes me think the answer to my question is "No", but wtf is up with the tutorials+other people using them!?

If not, can someone point me in the right direction? I just want to learn about threads, and not have to learn worry about platforms :.

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

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

发布评论

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

评论(2

最偏执的依靠 2024-11-04 21:44:09

VC++ 2010 中不存在标准线程。也许您应该尝试 Boost 线程库;标准线程库基于它,因此一旦 VC++ 支持标准线程,迁移可能会非常容易。

至于其他编写有关它们的教程的人,VC++ 是众多编译器中的一种,其他编译器可能会更快地支持新标准。

No standard threading exists in VC++ 2010. Maybe you should try the Boost threads library; the standard threading library is based off it so migration will likely be very easy once VC++ does support standard threading.

As for other people writing tutorials about them, VC++ is one compiler among many, and others may be quicker to support the new standard.

仙女 2024-11-04 21:44:09

使用 just::thread C++ 标准
线程库的实现,可以
开始使用C++0x线程库
今天...

http://www.stdthread.co.uk/

请注意,该库是< em>不是免费的。

With the just::thread C++ Standard
Thread Library implementation, you can
start using the C++0x thread library
today ...

http://www.stdthread.co.uk/

Note that the library is not free.

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