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 #111 - October 2012

Options:
View Article Map
View Archives
Valgrind Part 4: Cachegrind and Callgrind
Description : When your application is slow, you need a profiler. Paul Floyd shows us how callgrind and cachegrind can help.

Universal References in C++11
Description : C++11 provides a new reference syntax, T&&. Scott Meyers explains that it doesn’t always mean ‘rvalue reference’.

A DSEL for Addressing the Problems Posed by Parallel Architectures
Description : Programming parallel algorithms correctly is hard. Jason McGuiness and Colin Egan demonstrate how a C++ DESEL can make it simpler.

Keep It Simple, Singleton!
Description : Naïve assumptions sound like a bad idea. Sergey Ignatchenko discusses how to spot good assumptions in the face of changing requirements.