Cetus Links - Patterns
A directory of pattern collections, tutorials, FAQs, books, articles.
url: www.cetus-links.org/oo_patterns.html
Design Patterns Tutorial
Introduces the concept, history and uses of design patterns.
url: www.csc.calpoly.edu/~dbutler/tutorials/winter96/pa...
Patterns and Software: Essential Concepts and Terminology
Informative introductory tutorial by Brad Appleton.
url: www.cmcrossroads.com/bradapp/docs/patterns-intro.h...
The RAII Programming Idiom
A tutorial to the use of the RAII idiom; a simple, eloquent and efficient way to deal with many situations where there is a risk of "leaking" memory, failing to release locks.
url: www.hackcraft.net/raii/