Journal Articles

Overload Journal #86 - August 2008 and Programming Topics and Design of applications and programs
Browse in : All > Journals > Overload > 86 (7)
All > Topics > Programming (877)
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.

DynamicAny, Part I

webeditor

17 August 2008 09:59:00 +01:00

Alex Fabijanic presents a class hierarchy providing dynamic typing in standard C++.

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.

Globals, Singletons and Parameters

webeditor

17 August 2008 09:57:00 +01:00

One size rarely fits all. Bill Clare considers different approaches to parameterization.

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.

Exceptions Make for Elegant Code

webeditor

17 August 2008 09:56:00 +01:00

Anything that can go wrong, will go wrong. Anthony Williams compares ways of dealing with errors.