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 are the main features of c++?

0 Answers  


Difference between declaration and definition of a variable.

0 Answers  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


What is an undefined behavior and sequence points

0 Answers  


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


What is a pointer with example?

0 Answers  


What are register variables?

0 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


Can class objects be passed as function arguments?

0 Answers   HCL,


Why seem interrupt handlers as member functions to be impossible?

1 Answers  


Is swift better than c++?

0 Answers  


what is the difference between overloading & overriding? give example.

0 Answers  


Categories