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
what is a class? Explain with an example.
What are the implicit member functions of class?
In c++, what is the difference between method overloading and method overriding?
What is the full form of india?
what are function pointers?
What is anonymous object in c++?
What is a stack? How it can be implemented?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is the use of this pointer in c++?
Can you please explain the difference between static and dynamic binding of functions?
Explain shallow copy?
Which ide is best for c++?
What do you mean by function overriding & function overloading in c++?
What is the type of 'this' pointer? When does it get created?
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