
-----------------------------------
ssasassss
Mon Jan 25, 2016 10:19 am

Explain what thread in C++ is?
-----------------------------------
Explain what thread in C++ is? :D

-----------------------------------
Insectoid
Mon Jan 25, 2016 12:40 pm

RE:Explain what thread in C++ is?
-----------------------------------
I'm sure you can find the answer if you look around on Google.

-----------------------------------
Intrusion
Tue Nov 28, 2017 8:54 pm

RE:Explain what thread in C++ is?
-----------------------------------
Allows you to perform more than one task at one time. But at the same time it uses more memory, and CPU.
