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

Which programming language's unsatisfactory performance led to the discovery of c++?

1055


Is python better than c++?

762


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

791


Explain one method to process an entire string as one unit?

1220


Is c++ faster than c?

781


What are the c++ access specifiers?

1063


What is c++ w3school?

855


Explain the register storage classes in c++.

892


Why are arrays usually processed with for loop?

984


Can I learn c++ as my first language?

848


What is the basic structure of c++ program?

790


Search for: what is pair in c++?

873


What are the stages in the development cycle?

776


What is virtual function? Explain with an example

813


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

793