what is multithreading in c++ ,
what is difference between multithreading and
singlethreading.
Answer Posted / lp
C++ allows to to build your own multi-threading libraries by
making use of system calls, but there is no standardized
support for multi-threading. Reasons? Following are the few
of them:
1. You decide the performance of your system by designing
simplified wrappers over the system call to support
multithreading. Get-What-You-Want and Pay-For-What-You-Want,
Dont-pay-for-what-you-dont-want!!
2. Standardizing support may hide some powerful system
level functionality unique to a a particular
multi-threaded-processor!
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
Why interface is used?
How do you achieve runtime polymorphism?
What is polymorphism in oop example?
Why polymorphism is used in oops?
Whats oop mean?
2. Give the different notations for the class.\
How many human genes are polymorphic?
What do you mean by Encapsulation?
What is the use of oops?
What is polymorphism in oops with example?
Why is abstraction used?
What are main features of oop?
to find out the minimum of two integer number of two different classes using friend function
What is static modifier?
write a C++ program for booking using constructor and destructor.