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 friend class in c++ with example?
How do I get good at c++ programming?
What is a Default constructor?
Can you declare an array without a size in c++?
How can you say that a template is better than a base class?
How can you quickly find the number of elements stored in a static array?
What is the difference between public, private, and protected access?
Which is best ide for c++?
What is a c++ map?
Do vectors start at 0 c++?
What are guid?
What is #include cstdlib in c++?
Is c++ primer good for beginners?
What programming language should I learn first?
What is capacity in vector in c++?