C++

A 19-post collection


RSS feed of posts tagged C++

Basic Make usage

The end of semester is here and, as I grade our students semestral works, I get to use Makefiles of dubious quality. After seeing the same errors repeat over and over again, I decided to write a short tutorial towards writing simple Makefiles. »

How to get code coverage from CI

I spent almost a week getting code coverage set up on Travis and AppVeyor and decided to write down what I found out, to make it easier for others. »

How to read Valgrind's output

Every semester, a surprising amount of our students have trouble reading Valgrind's output. To this end I decided to write this short post. »