java - Design pattern used in projects -
hi learning design patterns these days. want read design pattern used in various projects , how implemented. implementation helpful connect design pattern in broader picture , why deiced use pattern. problem open source projects not documented properly.
can anone me sm online resource?
ps: if possible need in c or c++
update: projects listed below :
http://www.boost.org
http://sourceforge.net/projects/loki-lib/
'poco.'
ace (the adaptive communication environment).
if want add more please do. personaly looked @ above projects , found boost choice start.
update: due nice post on java describe design pattern examples of gof design patterns in java's core libraries .i including other languages in tag know
boost, written , documented library implements several design patterns. it's quite large library, , these implementations used in libraries.
boost found in many projects, loki's worth reading:
http://sourceforge.net/projects/loki-lib/
the original author of loki (andrei alexandrescu) went on many of design details in c++ classic modern c++ design: generic programming , design patterns applied.
Comments
Post a Comment