+ 4
why C++ is not capable of threads ?
I would like to know
4 Answers
+ 2
It is. Just #include <thread>
In C++1x.
+ 2
Or use Boost.Thread, if you can't use C++1x. The standard library header <thread> is taken from Boost.Thread (with slight differences).
+ 2
because C++ creates process and java creates Threads
+ 2
Vishal Narang this is plain wrong as this->getName () and me already pointed out. Pls refrain from spreading desinformation. Not all C++ versions can handle threads without a library, though.