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++?

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


Please Help Members By Posting Answers For Below Questions

State the difference between pre and post increment/decrement operations.

1141


What is the type of this pointer in c++?

1110


What are the different types of polymorphism in c++?

1192


What are files in c++?

1087


Distinguish between a # include and #define.

1203


What are the various operations performed on stack?

1149


What is the C-style character string?

1218


Explain the use of virtual destructor?

1121


What are the advantages of using const reference arguments in a function?

1116


What do you mean by translation unit?

1130


What is abstraction in c++ with example?

1203


Is overriding possible in c++?

1061


What is one dimensional array in c++?

1172


What are the 4 types of library?

1238


What is the use of default constructor?

1144