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 is the use of oops?
What is abstraction in oops?
What is difference between oop and pop?
What is the full form of oops?
What is the types of inheritance?
What is interface? When and where is it used?
Explain virtual inheritance?
What do you mean by overloading?
What is static modifier?
What is the difference between procedural programming and oops?
Can a varargs method be overloaded?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What are the components of marker interface?
what are the realtime excercises in C++?
Can you inherit a private class?