Design Patterns

Started by
8 comments, last by d03boy 17 years, 11 months ago
Hey guys, sorry for brievity, but I have to go. I was just wondering if you guys had any references of articles/tutorials that explained the Singleton class, the Facade, the Factory class, Observer class, and other common class practices. Thanks, I'd just like to understand them so I'd know when/where to implement them. EDIT I have these so far: http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/patterns/tutorial.html http://www.informit.com/guides/printerfriendly.asp?g=cplusplus&seqNum=148 http://en.wikipedia.org/wiki/Abstract_factory_pattern Thanks.
Advertisement
While the patterns are demonstrated with Java code, it should be easy enough to translate them to C++ or any other object oriented language.

http://www.patterndepot.com/put/8/JavaPatterns.htm
Thanks I guess :)
Object Mentor, specifically the Object Oriented Design section.
Anthony Umfer
Thanks sir!
Buy this book. It's not true that it makes you itch, smell and generally feel uncomfortable you know where.
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
There is a lot of good design pattern discussion at the Wiki web site:

http://c2.com/cgi/wiki

I suggest starting from

http://c2.com/cgi/wiki?PeopleProjectsAndPatterns

Omae Wa Mou Shindeiru

Wikipedia: Design pattern (computer science) has some lists and examples if you follow the Category links.
I also recommend Design Patterns by Gamma

Steven Yau
[Blog] [Portfolio]

ther'es a site called dofactory.com

This topic is closed to new replies.

Advertisement