Skip to content

stefanmiletic-pmf/design_patterns_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

Short summary:

Combining patterns:

  • Abstract factory - as vehicle shop
  • Proxy - as middle man between vehicle and client
  • Visitor - as vehicle workshop
  • Interpreter - as client language compiler

Installation:

  1. Install CMake, run CMake (cmake-guie)
  2. In field "Where is the source code", place path to this folder.
  3. In field "Where to build binaries", place path to this folder/Build.
  4. folder/Build doesn't exists so you will be asked if you want Cmake to automatically create for you.
  5. Go to Build folder
  6. Do 'mingw32-make'.
  7. It will make example3.exe