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 auto type c++?

630


What new()is different from malloc()?

571


What is a singleton c++?

551


What is endl c++?

606


What is the difference between public and private data members?

666






Why Pointers are not used in C++?

624


Where Malloc(), Calloc(), and realloc() does get memory?

613


How do you generate a random number in c++?

606


What is this pointer in c++?

736


What is a literal in c++?

569


how to access grid view row?

1814


what are Operators and explain with an example?

709


Which function should be used to free the memory allocated by calloc()?

594


What do you understand by zombie objects in c++?

618


How do we implement inheritance in c++?

588