Computer Science Canada

Explain what thread in C++ is?

Author:  ssasassss [ Mon Jan 25, 2016 10:19 am ]
Post subject:  Explain what thread in C++ is?

Explain what thread in C++ is? :D

Author:  Insectoid [ Mon Jan 25, 2016 12:40 pm ]
Post subject:  RE:Explain what thread in C++ is?

I'm sure you can find the answer if you look around on Google.

Author:  Intrusion [ Tue Nov 28, 2017 8:54 pm ]
Post subject:  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.


: