If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
-
Federico
- In need of some credit

- Posts: 3
- Joined: Sat May 14, 2005 12:16 am
Post
by Federico » Sun Feb 19, 2006 2:51 am
In wxWidgets book there is a chapter about Document View system, but I need to learn Model-view-controller system for a application that I need to make. What are the differences betweem them? It's easy to adapt existing code for Document View to MVC?
Federico
-
eco
- Filthy Rich wx Solver

- Posts: 203
- Joined: Tue Aug 31, 2004 7:06 pm
- Location: Behind a can of Mountain Dew
-
Contact:
Post
by eco » Sun Feb 19, 2006 7:52 am
The Controller is simply merged into the View (the View performs both functions).