ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Overload Journal #154 - December 2019

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.

Overload 154 ePub

Bob Schmidt

17 December 2019 22:05:16 +00:00

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.

Overload 154 PDF

Bob Schmidt

11 December 2019 18:46:42 +00:00

Inside-Out
Description : Sometimes things appear to be inside out. Frances Buontempo considers when a shift of perspective can make things seem better.
Category: [ Journal Editorial ]
Trip Reports: Meeting C++ 2019 and Embedded C++ 2019
Description : Deciding which conferences to attend is difficult, and we can’t go to them all. Svitlana Lubenska, Hans Vredeveld and Benedikt Mandelkow give us a flavour of what we may have missed.

Non-Recursive Compile Time Sort
Description : Compile time sorting usually uses recursion. Norman Wilson shows how C++14 features make this easier.
Category: [ Programming Topics ]
Quick Modular Calculations (Part 1)
Description : Compilers are good at optimising modular calculations. Can we they do better? Cassio Neri shows they can.
Category: [ Programming Topics ]
Afterwood
Description : We are aware of the film Get Carter. Chris Oldwood asks if it should be called Acquire Carter instead.
Category: [ Design of applications and programs ]