5

Why very simple "Hello World" console application uses 4 threads? Is it because I have 4 core CPU? How can I (or should I) reduce the thread count to 1?

Here is the code:

int main()
{
    std::cout << "Hello world";
    return 0;
} 

enter image description here

Narek
  • 38,779
  • 79
  • 233
  • 389

0 Answers0