What is Multithreading
Answer / arun nayaka
Multithreading is a specialized form of multitasking. In
general, there are two types of multitasking: process-based
and thread-based
Process-based multitasking handles the concurrent execution
of programs. Thread-based multitasking deals with the
concurrent execution of pieces of the same program.
| Is This Answer Correct ? | 11 Yes | 0 No |
What is userdefine Messages in MFC?
How to create a Modeless Dialog?
If application hangs while SendMessage is waiting for the result, how you handle it?
What is serialization ?which function is responsible for serializing data ?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
Does the application have more than one object? If Yes, Briefly explain.
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
what message is sent to an application when the user presses the primary button?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
1)set the Title for The File DialogBox, in MFC?
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)