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


Please Help Members By Posting Answers For Below Questions

Why is standard template library used?

585


What are the two types of polymorphism?

591


Write about the scope resolution operator?

618


When one must use recursion function? Mention what happens when recursion functions are declared inline?

653


What is an adjust field format flag?

646






Specify some guidelines that should be followed while overloading operators?

621


What is the difference between struct and class?

745


Is c++ the most powerful language?

570


What is the use of default constructor?

571


What is implicit conversion/coercion in c++?

657


What is array in c++ example?

653


How is new() different from malloc()?

635


What are default parameters? How are they evaluated in c++ function?

669


Give 10 points of differences between C & C++.

627


How long will it take to learn programming?

593