window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());gtag('config', 'UA-85361893-1');

About Daniel Engelke

Open Source Enthusiast. C++ / Qt / QML Software Engineer from Germany.

Build times in C++ and how to speed them up

In this article, I will provide a quick overview of the steps involved in a C++ build process and how the choice of appropriate tools can speed it up. The more substantial a project is, the longer builds take. The cause is typically the sheer amount of files that need to be processed. Also, the number of additional libraries that need to be linked and or built is generally

By |2020-08-26T18:45:56+02:00August 22nd, 2020|Categories: Build-Systems, C++, Posts|Tags: , , , , , , , , , , , , , , , |0 Comments

C++ Community come and join us!

Join the C++ Community Slack Whether you just want to chat, bounce ideas off somebody, stay up to date with what is going on in the C++ world, find answers to your questions, get in touch with someone or find resources to study, the C++ Community Slack has it all. I am looking forward to seeing you there! (@Daniel Engelke) The Slack Workspace is being taken care of by

By |2020-08-22T18:09:57+02:00September 9th, 2018|Categories: C++, Posts|Tags: , , |0 Comments

Welcome to my blog

First of all let me say thank you and welcome to my blog. It's mostly about C++. I will be going through some features and concepts of the language, as well as tools and ideas to make life easier. Since this blog is new, I am sure you will notice some changes and improvements as I go along with producing content. I am open to suggestions on improving readability

By |2020-08-22T18:11:38+02:00September 8th, 2018|Categories: Posts|Tags: |0 Comments
Go to Top