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
Which programming language's unsatisfactory performance led to the discovery of c++?
Is python better than c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Explain one method to process an entire string as one unit?
Is c++ faster than c?
What are the c++ access specifiers?
What is c++ w3school?
Explain the register storage classes in c++.
Why are arrays usually processed with for loop?
Can I learn c++ as my first language?
What is the basic structure of c++ program?
Search for: what is pair in c++?
What are the stages in the development cycle?
What is virtual function? Explain with an example
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)