what is multithreading in c++ ,
what is difference between multithreading and
singlethreading.
Answer Posted / kanthi
Multithreading in c++???
As far as i know, c++ does not provide any language level
support for multithreading. If it is to be implemented
using c++, then it cannot be done without the support of
the underlying operating system which makes things a little
more complicated, unlike java, where a language level
support is provided for the same.
And, difference between multithreading and single-
threading: Multithreading is one form of multitasking where
a single big task is divided into independent, simultaneous
operations which can run together so that subtasks
independent of eachother can be implemented at once to
improve efficiency.
Is This Answer Correct ? | 21 Yes | 16 No |
Post New Answer View All Answers
What is the diamond problem in inheritance?
What is class and object in oops?
What are the two different types of polymorphism?
Can we define a class within the interface?
What is oops and why we use oops?
Why do we use polymorphism in oops?
Please send ford technologies placement paper 2 my mail id
What is difference between pop and oop?
What are the benefits of oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
what are the realtime excercises in C++?
to find out the minimum of two integer number of two different classes using friend function
What is persistence in oop?
What are the important components of cohesion?
What is polymorphism used for?