what are the design patterns of an MFC application
Answers were Sorted based on User's Feedback
Answer / nilavu
It uses main three patterns,
Singleton pattern - Application object(CWinApp & its
derived classes)
Bridge pattern - Serialization
Observer patten - Document/View Architecture
If we dig deeper into the MFC classes, it may use some
other patterns also.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / babu
It uses the chain of responsibility as well. Whenever a
message is not handled by a window it is propogated to its
parent until it reaches default window procedure.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / babu
Bridge pattern is used in the view class as well. If you
look at the OnDraw function, it is used to render the
output to either monitor or printer depending upon the
device context being used.
| Is This Answer Correct ? | 0 Yes | 0 No |
write About send message and post message
How to load Bitmap at Dialogbakground in an MFC application?
1 Answers SunSoft Technologies,
About GDI object?
explain WM_PAINT message ?????
sql query for delete duplicate records in sql datadbase
In win32 application if defining a variable of CString then it gives the error "CString:Undeclared identifier" how to solve the problem? What headerfile need to include??
how radio button is active in dialog box?
what Message displayed when a window is destroyed
What is Function entry for DLL in win3.1?
Hi All, i got through he h1b Lotreey in india. US staming in the consulate is pendding . i applied from india for H1b but currently i am in germany for 1 year .i wanted to know can i attend the interview in germany.
What is GDI object?
Message to limit the size of window