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

List the features of oops in c++?

0 Answers  


Where can I run c++ program?

0 Answers  


What do you mean by public protected and private in c++?

0 Answers  


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


Do vectors start at 0?

0 Answers  


Is c++ a pure oop language?

0 Answers  


What is the use of dot in c++?

0 Answers  


Describe linkages and types of linkages?

0 Answers  


What is struct c++?

0 Answers  


What happens if an exception is throws from an object's constructor and from object's destructor?

3 Answers   TCS,


What is c++ hiding?

0 Answers  


What character terminates all character array strings a) b) . c) END

0 Answers  


Categories