Multi threading | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Multi threading

will c++ supports multi threading programing style? like in c #pragma

16th Mar 2017, 2:19 AM
Rakshith Shetty
Rakshith Shetty - avatar
4 Answers
+ 3
I think C++ already supports multithreading - http://www.tutorialspoint.com/cplusplus/cpp_multithreading.htm Correct me if I'm wrong.
16th Mar 2017, 2:32 AM
Ramjivan Jangid
Ramjivan Jangid - avatar
+ 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)
16th Mar 2017, 6:25 AM
Prasannakumar naik
Prasannakumar naik - avatar
+ 1
yeah!! yeah prasanna ji but how to use it?
16th Mar 2017, 6:26 AM
Rakshith Shetty
Rakshith Shetty - avatar
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 :)
16th Mar 2017, 6:30 AM
Prasannakumar naik
Prasannakumar naik - avatar