Check if an STL Container is empty
A before and after snippet on how to improve a check if an STL container is empty.
A before and after snippet on how to improve a check if an STL container is empty.
This post shows how to open and build a CMake project in Visual Studio Code.
This post shows how to install and setup Visual Studio Code on Kubuntu 22.04 to start your first C++ project.
This post describes how to open a generated CMake project in Eclipse CDT.
This post is on how to get started with Clang-Format in Visual Studio Code.
CMake generates a lot of files (that is what its supposed to do, right?).In most cases you have your source code under some kind of version control system e.g. git.The…
This is a small wrap up on how to get started with Qt5 in a CMake project.
In this post we will lay the foundation for a basic CMake project that uses the Pitchfork Layout (PFL).
This post briefly describes the steps to install Conan on Kubuntu.
Another before and after snippet on how to optimize the access to associative containers.