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

what is a class? Explain with an example.

753


What are the implicit member functions of class?

693


In c++, what is the difference between method overloading and method overriding?

698


What is the full form of india?

668


what are function pointers?

663






What is anonymous object in c++?

724


What is a stack? How it can be implemented?

791


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

655


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

664


Can you please explain the difference between static and dynamic binding of functions?

648


Explain shallow copy?

687


Which ide is best for c++?

656


What do you mean by function overriding & function overloading in c++?

687


What is the type of 'this' pointer? When does it get created?

628


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

907