Explain what thread in C++ is?
Author |
Message |
ssasassss
|
Posted: Mon Jan 25, 2016 10:19 am Post subject: Explain what thread in C++ is? |
|
|
Explain what thread in C++ is? :D |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Insectoid

|
Posted: 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. |
|
|
|
|
 |
Intrusion
|
Posted: 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. |
|
|
|
|
 |
|
|