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...

How to write Multithreaded applications using C++?

Answer Posted / peter_2012

It depends most of for what kind of system we will use to
run application.
Linux - standard POSIX pthread library coud be used (it is
C thrading implementation),
Windows - Win32 API,
or we can use boost threading library wich provides sets of
objects for thread creation and synchronization.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

1107


What are the basics of local (auto) objects?

1189


What is the difference between the compiler and the preprocessor?

1169


What do you mean by static variables?

1233


What are arithmetic operators?

1043


How do you invoke a base member function from a derived class in which you have not overridden that function?

1186


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

1100


When should you use global variables?

1280


Why do we use classes in programming?

1091


What are static member functions?

1158


What is the difference between public, private, and protected access?

1129


Differentiate between late binding and early binding.

1340


How do c++ struct differs from the c++ class?

1262


Why do we use classes in c++?

1114


Give an example of run-time polymorphism/virtual functions.

1060