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 c++ coding?
What are the methods of exporting a function from a dll?
Define vptr.
What is a tuple c++?
What c++ library is string in?
When do we use copy constructors?
What causes a runtime error c++?
What is the difference between #import and #include in c++?
What are static member functions?
When should you use global variables?
What is a forward referencing and when should it be used?
Do you know what is overriding?
What is virtual destructor? What is its use?
What's the most powerful programming language?
Why is c++ still best?