Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is multithreading and what is its use?Whats are
multithreading techniques used in C++?



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

Post New Answer

More C++ General Interview Questions

What is an orthogonal base class in c++?

0 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


Write a Program for find and replace a character in a string.

0 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


What is a static member?

0 Answers  


How does java differ from c and c++?

0 Answers  


What is the benefit of c++?

0 Answers  


Differentiate between realloc() and free().

0 Answers  


What is constructor in C++?

0 Answers  


How would you find out if a linked-list is a cycle or not?

0 Answers  


How do you link a C++ program to C functions?

4 Answers  


Can we sort map in c++?

0 Answers  


Categories