Jan Christoph Uhde
Webpage About Programming and Other Things I am Passionate About

Tools

Recompile and Test

A bash function for automatically recompiling and executing code when source files change, perfect for development workflows.

Read more...

System Includes

How to suppress compiler warnings from third-party libraries like Boost by using the -isystem flag instead of -I when including directories.

Read more...