Simple MVC examples using an incremental counter model. Each directory has a make file with MVC classes. These demos were inspired by Joseph Mack: http://www.austintek.com/mvc/
*`nomvc/` same functionality as MVC demos, but not using MVC
*`hellomvc1/` separate view and controller classes, only 1 view
*`hellomvc2/` separate view and controller classes, multiple views
*`hellomvc3/` controller combined into view, multiple views