Journal Articles

Overload Journal #143 - February 2018 and Programming Topics
Browse in : All > Journals > Overload > o143 (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.

CTAD – What Is This New Acronym All About?

Bob Schmidt

05 February 2018 16:39:05 +00:00

What is class template argument deduction? Roger Orr elucidates this new C++17 feature.

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 Error-Handling with Optional and Expected

Bob Schmidt

02 February 2018 16:17:18 +00:00

Exceptions should be exceptional. Simon Brand shows modern alternatives from the standard library and ways to improve them.