what is multithreading in c++ ,
what is difference between multithreading and
singlethreading.
Answer Posted / lp
C++ allows to to build your own multi-threading libraries by
making use of system calls, but there is no standardized
support for multi-threading. Reasons? Following are the few
of them:
1. You decide the performance of your system by designing
simplified wrappers over the system call to support
multithreading. Get-What-You-Want and Pay-For-What-You-Want,
Dont-pay-for-what-you-dont-want!!
2. Standardizing support may hide some powerful system
level functionality unique to a a particular
multi-threaded-processor!
Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
Why interface is used?
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 is class and object with example?
What is class and example?
officer say me - i am offered to a smoking , then what can you say
What is overriding in oops?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is difference between inheritance and polymorphism?
#include
what's the basic's in dot net
Can we define a class within the interface?
explain sub-type and sub class? atleast u have differ it into 4 points?
Write a c++ program to display pass and fail for three student using static member function
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why is polymorphism important in oop?