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
What do you mean by early binding?
What is endl?
Write is a binary search tree? Write an algo and tell complexity?
Explain how we implement exception handling in c++?
What is c++ coding?
What are the differences between new and malloc?
Define virtual constructor.
Show the declaration for a pointer to function returning long and taking an integer parameter.
What are the storage qualifiers?
What is the purpose of ios::basefield in the following statement?
What c++ is used for?
What is c++ prototype?
Can you please explain the difference between overloading and overriding?
What are the implicit member functions of class?
What is difference between malloc()/free() and new/delete?