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

Programming Topics and Overload Journal #133 - June 2016

Options:
View Article Map
View Archives
Dogen: The Package Management Saga
Description : How do you manage packages in C++? Marco Craveiro eventually discovered Conan after some frustrating experiences.

QM Bites – Order Your Includes (Twice Over)
Description : Header includes can be a shambles. Matthew Wilson encourages us to bring some order to the chaos.

A Lifetime In Python
Description : Resource management is important in any language. Steve Love demonstrates how to use context managers in Python.

Deterministic Components for Distributed Systems
Description : Non-deterministic data leads to unstable tests. Sergey Ignatchenko considers when this happens and how to avoid it.

Programming Your Own Language in C++
Description : Scripting languages allow dynamic features easily. Vassili Kaplan writes his own in C++ allowing keywords in any human language.

Concepts Lite in Practice
Description : Concepts should make templates easier to use and write. Roger Orr gives a practical example to show this.