Latest posts feed.atom

07 Oct 2019:

Windows 10 survivor kit (2019 edition)

3 years after my last installation of Windows 10 I did it again. What changed?


30 Apr 2019:

Git like sub-commands with argh

How to write a modern command line application using argh the simple way.


26 Dec 2018:

StockholmCpp in 2018

The yearly summary of our C++ user group activity in Stockholm.


18 Dec 2018:

SwedenCpp 2018, the name odyssey

Why SwedenCpp is now StockholmCpp, but still exists


17 May 2018:

Speed up your C++ unit tests cycles with CMake/CTest (and the right testing framework)

How to use CMake + doctest for faster test builds and execution.


03 Dec 2017:

SwedenCpp 2017 summary

A summary of 12 months C++ user group activity in Stockholm.


19 Oct 2017:

Why you should participate in your local user group

Why and how to participate in your local C++ user group.


14 Oct 2017:

Using SQLite3 in your C++ application

A video you should watch if you use sqlite in your application.


08 Oct 2017:

Can a type be used as another one

How to ensure type requirements in your templates (in pre contract times), and print a human error message when they are not fulfilled.


11 Jul 2017:

Compose function to measure function call times

Some simple compile time magic to create a sometimes useful helper


07 May 2017:

Decorating pointer variables, this time Qt

Some useful helper for some Qt pointer types.


11 Apr 2017:

RAII test timeout insurance

Ensure some code does not run forever.