Title : A C++ Flyweight Pattern for IT Management 
Date : 2006-05-29 
Code : Mother Nature likes object-oriented development! C++ programmers often can't afford the luxury of creating a universe of objects; our platforms are intrinsically limited. However, the flyweight design pattern provides an elegant means of sharing objects, with a small price in terms of storage and retrieval. Stephen Morris <a href="http://www.informit.com/articles/article.asp?p=468380" target="_blank">describes</a> C++ code that uses the flyweight design pattern to solve a knotty problem in networking. Also on the same web site, "<a href="http://www.informit.com/articles/article.asp?p=467373" target="_blank">Mastering the Requirements Process</a>. 
# securitydot.net Mon, 09 Nov 2009 05:16:32 +0000