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 does the following statement mean? int (*a)[4]
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What is the this pointer?
What is set in c++?
Do you know what is overriding?
Where and why do I have to put the "template" and "typename" keywords?
How do I get good at c++ programming?
Why c++ does not have finally?
what is data abstraction in C++?
How does atoi function work?
Explain rtti.
What is const pointer and const reference?
Comment on assignment operator in c++.
Write about the use of the virtual destructor?
What is a container class? What are the types of container classes in c++?