Re: Design help needed (model view controller)



Well since I am still trying to learn about these patterns I haven't
written any code yet so I am not set on any particular one. So I did
investigate MVP, however, I am still having a hard time finding any
C++ example code for either pattern.

What I would really like is to find a simple working example of MVC or
MVP (correctly implemented) that is written in C++ that I could look
through. I tend to learn best by example. Any books that contain an
entire simple app following MVC or MVP (especially ones that make the
source code available) or perhaps web links?

.



Relevant Pages

  • Re: MVC vs MVP
    ... Sergey Alpaev wrote: ... I have been in similar situation trying to sort out how MVC is different ... For patterns POSA is perhaps second only to GoF but I think posa is ... And I think Mike Potel's MVP is the best there. ...
    (comp.object)
  • Re: MVC vs MVP
    ... I have been in similar situation trying to sort out how MVC is different ... For patterns POSA is perhaps second only to GoF but I think posa is ... And I think Mike Potel's MVP is the best there. ...
    (comp.object)
  • Re: MVC: Internationalize Controller?
    ... Stefan Ram wrote: ... MVP" thread I have learned that no one seems to make any ... distinction at all between the two patterns, ...
    (comp.object)
  • Re: Another Model View Presenter (MVP) pattern question
    ... from textboxes that are embedded in multiply nested repeater controls. ... IF the issue is MVC, ... "Head First Design Patterns" by Eric ... The business layer does our data validation, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: MVC Architure on .Net
    ... This is actually MVP, I believe, which is a variation of MVC ... are certain pieces of functionality that cannot be encapsulated, ... and the controller allows the user to change the data. ...
    (microsoft.public.dotnet.general)