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
Advantage and disadvantage of routing in telecom sector
Why is encapsulation used?
Why do we use polymorphism?
2. Give the different notations for the class.\
What is polymorphism used for?
What polymorphism means?
What are two types of polymorphism?
What is new keyword in oops?
What is overloading in oops?
Why is there no multiple inheritance?
What are oops methods?
hi all..i want to know oops concepts clearly can any1 explain??
What is polymorphism and why is it important?
What is difference between polymorphism and inheritance?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)