# MVC-Example **Repository Path**: xynsd/MVC-Example ## Basic Information - **Project Name**: MVC-Example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-02 - **Last Updated**: 2022-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](mvcAndObserver.png "")