What types of threads are supported by MFC framework?

Answers were Sorted based on User's Feedback



What types of threads are supported by MFC framework?..

Answer / yasar

MFC supports Two types of threads 1. Worker thread and 2.
user interface thread.
Worker Thread : Does not need user intervention while
running. example background printing etc...
User interface thread : Needs user interface while running
like needs input from user to process further etc....

AfxBeginThread() is used to Create both worker and User
interface thread. to differentiate worker and user-
interface thread AfxBeginThread has minor changes.

Is This Answer Correct ?    8 Yes 2 No

What types of threads are supported by MFC framework?..

Answer / kaivalya

Worker Thread: Run back ground tasks like writing into file
or reading from file , calculations.
User interface thread: Will create windows & process message

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More MFC Interview Questions

What is the difference between hinsrtance and hprevinstance in WinMain function?

3 Answers  


What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example

6 Answers  


how u can move CDC pointer to one line in cview?

2 Answers  


if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first

10 Answers   Siemens, Symphony,


Which CPrintInfo member variable must be set for multiple page printouts?

1 Answers  


What function is used to retrieve the currently selected index in a list box?

2 Answers  


How to convert a CString variable to char* or LPTSTR?

5 Answers   Dover,


List out the basic features of MFC.

5 Answers   Mphasis,


what is the updated verssion in vc++

3 Answers   Aspect,


Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.

3 Answers   ABC, HCL, Infosys,


plzz tell me what we can do and dont in tally ERP & sap business one?

1 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


Categories