• CarFactory
  • guiFactory.cpp GUI (for Unix and Windows) coded using Abstract Factory Mikhail Nesterenko, lifted from "Design Patterns Explained Simply" 7/14/2014
  • guiNoFactory.cpp example GUI code needing to work with two systems: Unix and Windows coded without Factory Pattern Mikhail Nesterenko