Advertisement
Membership
Login
ACCU Buttons
Overload Journal #144 - April 2018
Browse in : |
All
> Journals
> Overload
> o144 |
- 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.
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.
Description : Women’s suffrage used the motto “Deeds not Words". Frances Buontempo applies this to programming.
Category: [ Journal Editorial ]
Description : Using ‘new’ without care can be slow. Paul Floyd uses Godbolt’s compiler explorer to see what happens when you do.
Category: [ Programming Topics ]
Description : Creating useful logging is a constant challenge. Chris Oldwood shows us how structured logging helps.
Category: [ Design of applications and programs ]
Description : Dynamic Polymorphism is hard in C++. Borislav Stanimirov demonstrates how the DynaMix library helps.
Category: [ Design of applications and programs ]
Description : C++’s ostream can be hard to use. Sergey Ignatchenko suggests we use the {fmt} library instead.
Category: [ Programming Topics ]
Description : Cryptography is a daunting subject. Deák Ferenc helps you get started.
Category: [ Design of applications and programs ]
Description : Machine Learning and AI are popular at the moment. Teedy Deigh takes the Turing test.