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


Please Help Members By Posting Answers For Below Questions

What is the diamond problem in inheritance?

807


What is class and object in oops?

825


What are the two different types of polymorphism?

876


Can we define a class within the interface?

782


What is oops and why we use oops?

775


Why do we use polymorphism in oops?

778


Please send ford technologies placement paper 2 my mail id

1838


What is difference between pop and oop?

798


What are the benefits of oop?

855


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2052


what are the realtime excercises in C++?

2537


to find out the minimum of two integer number of two different classes using friend function

1865


What is persistence in oop?

850


What are the important components of cohesion?

736


What is polymorphism used for?

764