Skip to content

simyy/design-pattern-practice

Repository files navigation

Design Pattern Practice

Design Pattern Practice in C++

Contains

All src is in the include file, and the file of xxxx_test is for test.

  • observer
  • singleton
  • iterator
  • strategy
  • factory
  • abstract factory
  • command
  • mediator
  • chain of responsiblity
  • template
  • decorator
  • visitor
  • bridge
  • flyweight
  • interpret
  • proxy

run

g++ -g xxxx_test.cpp -o xxxx_test
./xxxx_test

About

Design Pattern in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages