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

Browse in : > Topics > Programming

Introducing Concepts
Description : Concepts in C++11 had many false starts. Andrew Sutton show why they are a big deal now they are with us. by Andrew Sutton

Building and Running Software on an Ubuntu Phone
Description : Many of us has a smartphone. Alan Griffiths shows us how to hack an Ubuntu Touch phone. by Alan Griffiths

Password Hashing: Why and How
Description : Password hashing is important. Sergey Ignatchenko explains how to do it properly. by Sergey Ignatchenko

An Inline-variant-visitor with C++ Concepts
Description : Concepts are abstract. Jonathan Coe and Andrew Sutton provide us with a concrete example of their use. by Jonathan Coe