Journal Articles

Overload Journal #141 - October 2017 and Programming Topics
Browse in : All > Journals > Overload > o141 (9)
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.

‘Speedy Gonzales’ Serializing (Re)Actors via Allocators

Bob Schmidt

05 October 2017 19:28:12 +01:00

More speed! Sergey Ignatchenko completes his (Re)Actor allocator series with Part III.

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.

Polymorphism in C++ – A Type Compatibility View

Bob Schmidt

04 October 2017 19:21:27 +01:00

Polymorphism can happen in many ways. Satprem Pamudurthy compiles an exhaustive matrix of approaches.

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++11 (and beyond) Exception Support

Bob Schmidt

02 October 2017 18:57:54 +01:00

C++11 introduced many new exception related features. Ralph McArdell gives a comprehensive overview.