+ 2
Multi threading
will c++ supports multi threading programing style? like in c #pragma
4 Réponses
+ 3
I think C++ already supports multithreading - http://www.tutorialspoint.com/cplusplus/cpp_multithreading.htm
Correct me if I'm wrong.
+ 2
Yes it supports. You can do multitasking using C++ . But not much preferred as C++ not much compatible with multithreading. Because C++ is used to run in low configured processors, if you use multithreading it will effect performance. So go for higher language which are also derived from c++ and c and better processor in case it requires multithreading. (Not a technical reply, just an opinion)
+ 1
yeah!! yeah prasanna ji but how to use it?
0
Follow the tutorial link given by Ramjivan which is the first link you will get in Google when you search about it ,. There are many online resources. All the best :)