What is multithreading and what is its use?Whats are
multithreading techniques used in C++?
Answer Posted / pah
Threads can be used to run multiple concurrent tasks in a
single process. One use for threads is to make the user
interface responsive by running it in it's own thread and
performing heavy calculations and data manipulation in another.
C++ doesn't have any built-in multi-threading support but
you can use boost or pthread libraries for that purpose.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between #define debug 0 and #undef debug?
What is a flag in c++?
Is nan a c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
When is dynamic checking necessary?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What is a tuple c++?
What is singleton pattern in c++?
Which is better turbo c++ or dev c++?
What is array in c++ pdf?
Explain what are accessor methods?
Can a constructor be private?
Is c++ an integer?
Show the declaration for a static member variable.
What is c strings syntax?