+ 1

What does thread does in c++, I never saw it in cpp course but I was asked a question?

13th Mar 2019, 5:20 PM
Hrithik Joshi
Hrithik Joshi - avatar
2 odpowiedzi
+ 2
Splits your program into subprogramms called threads... Thread is basically small program inside your big program... It doesn't appear in SoloLearn's c++ course because it is advanced topic, not beginner friendly
13th Mar 2019, 5:50 PM
Elva
Elva - avatar
+ 1
Thanks
13th Mar 2019, 5:59 PM
Hrithik Joshi
Hrithik Joshi - avatar