Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 432 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 432 Bytes

Model View Controller C++ Example

This example is based on the Java MVC example available at http://www.tutorialspoint.com/design_pattern/mvc_pattern.htm

A Eclipse CDT project is included here. Just import the project after doing git clone.

The MVC implemented uses the Observer pattern in a similar way described in the following figure:

MVC and Observer patterns