Journal Articles

Overload Journal #76 - Dec 2006 and Programming Topics
Browse in : All > Journals > Overload > 76 (5)
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.

Pooled Lists

webeditor

10 December 2006 09:43:00 +00:00

Christopher Baus explains the advantages of using a pooled memory allocation strategy for high performance applications.

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.

The Singleton in C++ - A force for good?

webeditor

10 December 2006 09:42:00 +00:00

Alexander Nasonov addresses some problems that arise when using Singleton in 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.

C++ Interface Classes - Strengthening Encapsulation

webeditor

10 December 2006 09:41:00 +00:00

Mark looks at the separation of interface and implementation in C++, and how the separation helps to strengthen encapsulation.