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

Browse in : > Topics > Design

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). by Sergey Ignatchenko

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

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