what is multithreading in c++ ,
what is difference between multithreading and
singlethreading.
Answer Posted / amit
hey ,c++ supports multithreading by the use of POSIX threads
,who the hell is saying that c++ does not support
multithreading ,the linux operating system made in c,c++ and
it supports multitasking ,multiprocessing and other child
and parent relationship
Is This Answer Correct ? | 12 Yes | 27 No |
Post New Answer View All Answers
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is the purpose of enum?
explain sub-type and sub class? atleast u have differ it into 4 points?
what's the basic's in dot net
What is inheritance in simple words?
What is the point of oop?
Why do we use class?
What is the difference between a constructor and a destructor?
What is an interface in oop?
What is pure oop?
How do you explain polymorphism?
What is and I oop mean?
What is the difference between static polymorphism and dynamic polymorphism?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What are the three parts of a simple empty class?