InterviewSolution
Saved Bookmarks
| 1. |
Explain About Cwinthread Class? |
|
Answer» If you WANT to provide a window to an APPLICATION it is imperative to create a thread which can be done using CWinThread. A public member variable is used with CWinThread is m_pMainWnd. The main ADVANTAGE which you can get when using this thread, it terminates the application WITHOUT any hassles. If you want to provide a window to an application it is imperative to create a thread which can be done using CWinThread. A public member variable is used with CWinThread is m_pMainWnd. The main advantage which you can get when using this thread, it terminates the application without any hassles. |
|