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

Design of applications and programs and Overload Journal #140 - August 2017

Options:
View Article Map
View Archives
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).

Metaclasses: Thoughts on Generative C++
Description : Can you simplify C++ with minimal library extension? Herb Sutter shows how metaclasses could make this possible.

A Functional Alternative to Dependency Injection in C++
Description : Dependency injection allows flexibility. Satprem Pamudurthy showcases a functional alternative in C++.