Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why doesn C++ support threads?

support threads
0
10 Posted

Why doesn C++ support threads?

0

The ISO C++ standard doesn’t mention concurrency, but all major C++ implementations support threads; pthreads runs essentially everywhere and many platform vendors support their own system threads. For portability, use some threads library, such as Boost threads. C++0x offers threads.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.