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
Write a program to sort the number with different sorts in one program ??
What is the benefit of oop?
Why do we use class in oops?
What is oops and why we use oops?
What is an example of genetic polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What are the important components of cohesion? What is inheritance and how many types of inheritance? What is difference between pop and oop? What is object and class in oops? What type of loop is a for loop? design a c++ class for the chess board,provide a c++ class
definition for such class(only class definition is required) i am getting an of the type can not convert int to int *.
to overcome this problem what we should do? What are the benefits of interface? What are the three main types of variables?