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 are the 3 pillars of oop?
How to use CMutex, CSemaphore in VC++ MFC
How to improve object oriented design skills?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What does and I oop mean in text?
What does and I oop mean?
What is for loop and its syntax?
What is overloading in oops?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is encapsulation and abstraction? How are they implemented in C++?
What is difference between oop and pop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is the renewal class?
What are the features of oop?
Why do we use oops?