Patterns-Discussion FAQ - http://gee.cs.oswego.edu/dl/pd-FAQ/pd-FAQ.html
Not being a FAQ in the usual sense the article contains very brief summaries of topics that have been discussed on the patterns-discussion list, in question and answer format. |
The RAII Programming Idiom - http://www.hackcraft.net/raii/
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. |