Click here to Skip to main content
15,918,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: exe not works on Vista 32 bit Pin
Aabid4-Oct-09 0:25
Aabid4-Oct-09 0:25 
GeneralRe: exe not works on Vista 32 bit Pin
Richard MacCutchan4-Oct-09 1:33
mveRichard MacCutchan4-Oct-09 1:33 
GeneralRe: exe not works on Vista 32 bit Pin
Michael Schubert4-Oct-09 2:15
Michael Schubert4-Oct-09 2:15 
AnswerRe: exe not works on Vista 32 bit Pin
Rolf Kristensen4-Oct-09 12:32
Rolf Kristensen4-Oct-09 12:32 
QuestionHelp for an opensource flight simulator [modified] Pin
Stephane-M3-Oct-09 21:54
Stephane-M3-Oct-09 21:54 
AnswerRe: Help for an opensource flight simulator Pin
CPallini4-Oct-09 0:21
mveCPallini4-Oct-09 0:21 
QuestionHow to develop a Peer-to-Peer networking conference through Windows Peer-to-Peer SDK? Pin
lktse3-Oct-09 17:09
lktse3-Oct-09 17:09 
AnswerRe: How to develop a Peer-to-Peer networking conference through Windows Peer-to-Peer SDK? [modified] Pin
Moak5-Oct-09 0:47
Moak5-Oct-09 0:47 
QuestionHow can I get rid of Scrollbar? [modified] Pin
transoft3-Oct-09 8:03
transoft3-Oct-09 8:03 
AnswerRe: How can I get rid of Scrollbar? Pin
Iain Clarke, Warrior Programmer3-Oct-09 9:27
Iain Clarke, Warrior Programmer3-Oct-09 9:27 
AnswerRe: How can I get rid of Scrollbar? Pin
Iain Clarke, Warrior Programmer3-Oct-09 9:32
Iain Clarke, Warrior Programmer3-Oct-09 9:32 
AnswerRe: How can I get rid of Scrollbar? Pin
PJ Arends3-Oct-09 10:00
professionalPJ Arends3-Oct-09 10:00 
GeneralRe: How can I get rid of Scrollbar? Pin
transoft3-Oct-09 10:13
transoft3-Oct-09 10:13 
GeneralRe: How can I get rid of Scrollbar? Pin
PJ Arends3-Oct-09 10:54
professionalPJ Arends3-Oct-09 10:54 
GeneralRe: How can I get rid of Scrollbar? Pin
transoft3-Oct-09 11:18
transoft3-Oct-09 11:18 
GeneralRe: How can I get rid of Scrollbar? Pin
transoft4-Oct-09 10:40
transoft4-Oct-09 10:40 
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 

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.