1.

What Header File Should You Include For Using C++11 Multithreading Capabilities?

Answer»

Use the <thread> header FILE

#include <thread>

Note: The thread FUNCTIONALITY is defined in the "std" NAMESPACE.

Use the <thread> header file

#include <thread>

Note: The thread functionality is defined in the "std" namespace.



Discussion

No Comment Found