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 |
In VC++ How to transfer between one exe to another exe while running..
How to create a Modeless Dialog?
1)How to change a text of a button as Dynamically?
What interface must be supported by an ActiveX control?
How can we create thread in MFC framework?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
How to find the mouse entering an image?..while entering need to display next image...
Which MFC function is used to display output?
Name the Synchronization objects?
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
What is LoadLibrary function returns?
What is the difference between Synchronous sockets and asynchronous sockets?