How to write Multithreaded applications using C++?
Answer Posted / mms zubeir
Well, ISO C++ doesn't provide the mechanisms to control
over operating system devices like thread. We need to use
the support provided by the operating system SDKs or any
third party libraries. For example, Win32's CreateThread()
API would help.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Which programming language is best?
What does I ++ mean in c++?
Is c++ platform dependent?
What is diamond problem in c++?
How can I disable the "echo" feature?
How do I use turbo c++?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is the difference between while and do while loop?
Explain the advantages of using friend classes.
What are the three forms of cin.get() and what are their differences?
what is the use of void main() in C++ language?
Explain the differences between private, public and protected and give examples.
Will rust take over c++?
What is wrapper class in c++?
What is the best c++ book?