Journal Articles

Overload Journal #82 - Dec 2007 and Programming Topics
Browse in : All > Journals > Overload > 82 (7)
All > Topics > Programming (877)
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.

Functional Programming Using C++ Templates (Part 2)

webeditor

08 December 2007 11:57:30 +00:00

Continuing his exploration of functional programming and template metaprogramming, Stuart Golodetz looks at some data structures.

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.

Java Protocol Handlers

webeditor

08 December 2007 11:57:00 +00:00

Roger Orr demonstrates the use of Java's URL handling to make code independent of the source of data.