what is multithreading in c++ ,
what is difference between multithreading and
singlethreading.
Answer Posted / micah hoover
The next version of C++ (C++0x) is basically C++ with boost,
and boost has thread implementation. A lot of C++ frameworks
(like Qt, MFC, .NET, etc) roll their own flavor of threading.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What do you mean by Encapsulation?
Explain the advantages of inheritance.
What is the full form of oops?
Can main method override?
Write a c++ program to display pass and fail for three student using static member function
Can we have inheritance without polymorphism?
What do you mean by variable?
What is class and object with example?
What is the real time example of encapsulation?
What is encapsulation in ict?
what type of questions
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why oops is important?
How does polymorphism work?
What are the data types in oop?