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 #140 - August 2017

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 140 ePub

Bob Schmidt

16 November 2018 22:58:45 +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 140 PDF

Bob Schmidt

18 August 2017 18:33:21 +01:00

Gnomes and Misnomers
Description : What’s in a name? Frances Buontempo decides some names are better than others.
Category: [ Journal Editorial ]
The Path of the Programmer
Description : Personal development is important. Charles Tolman provides a framework for looking at this.
Category: [ Process Topics ]
A Usable C++ Dialect that is Safe Against Memory Corruption
Description : Suitable allocators for (Re)Actors can speed things up. Sergey Ignatchenko continues his investigation in Allocator for (Re)Actors (Part 2).
Category: [ Design of applications and programs ]
Metaclasses: Thoughts on Generative C++
Description : Can you simplify C++ with minimal library extension? Herb Sutter shows how metaclasses could make this possible.
Category: [ Design of applications and programs ]
A C++ Developer Sees Rustlang for the First Time
Description : Rust claims to run blazingly fast, prevents segfaults, and guarantees thread safety. Katarzyna Macias provides an introduction for a C++ developer.
Category: [ Programming Topics ]
Portable Console I/O via iostreams
Description : Portable streaming is challenging. Alf Steinbach describes how his library fixes problems with non-ASCII characters.
Category: [ Programming Topics ]
A Functional Alternative to Dependency Injection in C++
Description : Dependency injection allows flexibility. Satprem Pamudurthy showcases a functional alternative in C++.
Category: [ Design of applications and programs ]
About the C++ Core Guidelines
Description : The C++ core guidelines are a useful summary of C++ best practice. Andreas Fertig shows their use.
Category: [ Process Topics ]
Afterwood
Description : Chris Oldwood reminds us to fix the problem, not to blame.
Category: [ Programming Topics ]