ckt1010 / MVC-Example

MVC C++ Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MVC C++ Example


Languages

Language:C++ 100.0%