What is multithreading and what is its use?Whats are
multithreading techniques used in C++?
Answer / 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 |
What is a breakpoint?
When copy constructor can be used?
What is the type of 'this' pointer? When does it get created?
What is microsoft c++ redistributable 2013?
What is c++ programming language?
What are the various oops concepts in c++?
Is c++ the most powerful language?
what do you mean by memory management operators
Explain how a pointer to function can be declared in C++?
What is the difference between struct and class?
How would you use the functions memcpy(), memset(), memmove()?
tell me about yourself ?i want answer for frehers with various exasmples?