Journal Articles

CVu Journal Vol 17, #4 - Aug 2005 and Design of applications and programs
Browse in : All > Journals > CVu > 174 (12)
All > Topics > Design (236)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Patterns in C - Part 4: OBSERVER

Administrator

03 August 2005 05:00:00 +01:00

This part of the series will highlight another principle for dependency management and illustrate how both of these principles may be realized in C using the OBSERVER pattern.