C++ class design patterns in open source projects -


i have started learning design patterns. have understood basics of few patterns. want familiar real code examples these patterns being utilized. can here please point out open source projects design patterns being used ? see how design patterns being used in real world code.

following of links. junit cookbook provides brilliant example of quite few patterns - worth checking.

  1. junit cook's tour
  2. vince huton's dp
  3. design patterns

hope helps.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -