Click here to Skip to main content
15,880,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsmall icon of dialog Pin
includeh103-Oct-09 5:33
includeh103-Oct-09 5:33 
AnswerRe: small icon of dialog Pin
Richard MacCutchan3-Oct-09 5:55
mveRichard MacCutchan3-Oct-09 5:55 
AnswerRe: small icon of dialog Pin
PJ Arends3-Oct-09 7:22
professionalPJ Arends3-Oct-09 7:22 
QuestionIs Doc/View a great architecture? Pin
Jan Sommer3-Oct-09 5:21
Jan Sommer3-Oct-09 5:21 
AnswerRe: Is Doc/View a great architecture? Pin
includeh103-Oct-09 5:39
includeh103-Oct-09 5:39 
GeneralRe: Is Doc/View a great architecture? Pin
Jan Sommer3-Oct-09 5:48
Jan Sommer3-Oct-09 5:48 
AnswerRe: Is Doc/View a great architecture? Pin
Richard MacCutchan3-Oct-09 5:58
mveRichard MacCutchan3-Oct-09 5:58 
AnswerRe: Is Doc/View a great architecture? Pin
Stuart Dootson3-Oct-09 11:43
professionalStuart Dootson3-Oct-09 11:43 
Doc/View is probably not quite as good as MVC (it's ambiguous where UI commands should be handled) as used and promoted in Qt[^], but all of these architectural styles rely on your detailed design and implementation not violating the qualities implicit in thm.

So, in the case of DocView, make sure the Doc class is entirely unaware of any of the views. It should provide methods sufficient for the view to display the document and modify the document, should you choose to handle the UI commands outside the document class.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Is Doc/View a great architecture? Pin
Jan Sommer3-Oct-09 11:55
Jan Sommer3-Oct-09 11:55 
GeneralRe: Is Doc/View a great architecture? Pin
Stuart Dootson3-Oct-09 12:32
professionalStuart Dootson3-Oct-09 12:32 
GeneralRe: Is Doc/View a great architecture? Pin
Richard MacCutchan3-Oct-09 14:28
mveRichard MacCutchan3-Oct-09 14:28 
QuestionLogin crash when wrong password enters,,,,PLZ HELP Pin
Vetukuri Raju3-Oct-09 2:31
Vetukuri Raju3-Oct-09 2:31 
Question[Message Deleted] Pin
Manmohan293-Oct-09 1:53
Manmohan293-Oct-09 1:53 
AnswerRe: Detect Laptop or Desktop Pin
PJ Arends3-Oct-09 4:45
professionalPJ Arends3-Oct-09 4:45 
QuestionCEdit, text color Pin
sashoalm3-Oct-09 0:36
sashoalm3-Oct-09 0:36 
AnswerRe: CEdit, text color Pin
CPallini3-Oct-09 3:45
mveCPallini3-Oct-09 3:45 
GeneralRe: CEdit, text color Pin
sashoalm6-Oct-09 3:38
sashoalm6-Oct-09 3:38 
QuestionWM ASF Writer Audio Recording problem Directshow Pin
Subhash Madhukar2-Oct-09 17:50
Subhash Madhukar2-Oct-09 17:50 
QuestionMFC Menu Expansion [modified] Pin
Jeff Archer2-Oct-09 15:53
Jeff Archer2-Oct-09 15:53 
AnswerRe: MFC Menu Expansion Pin
PJ Arends3-Oct-09 5:25
professionalPJ Arends3-Oct-09 5:25 
GeneralRe: MFC Menu Expansion Pin
Jeff Archer4-Oct-09 8:42
Jeff Archer4-Oct-09 8:42 
GeneralRe: MFC Menu Expansion Pin
PJ Arends4-Oct-09 12:23
professionalPJ Arends4-Oct-09 12:23 
AnswerRe: MFC Menu Expansion Pin
Jeff Archer9-Oct-09 12:45
Jeff Archer9-Oct-09 12:45 
QuestionNew, need to start with GUI's Pin
mtthw2-Oct-09 15:31
mtthw2-Oct-09 15:31 
AnswerRe: New, need to start with GUI's Pin
Richard MacCutchan2-Oct-09 23:23
mveRichard MacCutchan2-Oct-09 23:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.