Posts tagged with »C++«

STL Algorithms

While attending a workshop at Linuxwochen Linz recently, I found using std::for_each and other algorithms from the C++ Standard Template library without even really thinking about it, much to the surprise of the other workshop attendants, which were, contrary to me… Read more

Debugging KDE applications with gdb

A pretty long time has passed since my last post here, and in the meantime I have jumped right into KDE development myself. I have stumbled upon quite a few tricks and pitfalls that I will undoubtedly write about here some day. For now, I just want to share… Read more