Skip to content
Learning by Coding | C++
  • Home
  • About
Learning by Coding | C++
  • Home
  • About
  • About
  • Data Protection Declaration
  • Impressum
  • Simple approach to unique identifiers

    • Post published:October 9, 2022
    • Post category:C++/Snippets

    Sometimes I need a class to have a unique identifier. In this post I like to present to you a quick and easy approach to realize this.

    Continue ReadingSimple approach to unique identifiers

    Check if an STL Container is empty

    • Post published:July 26, 2022
    • Post category:C++/Snippets

    A before and after snippet on how to improve a check if an STL container is empty.

    Continue ReadingCheck if an STL Container is empty

    Open a CMake project in Visual Studio Code

    • Post published:July 17, 2022
    • Post category:CMake/Tools/Visual Studio Code

    This post shows how to open and build a CMake project in Visual Studio Code.

    Continue ReadingOpen a CMake project in Visual Studio Code

    Setup Visual Studio Code for C++

    • Post published:July 16, 2022
    • Post category:C++/Tools/Visual Studio Code

    This post shows how to install and setup Visual Studio Code on Kubuntu 22.04 to start your first C++ project.

    Continue ReadingSetup Visual Studio Code for C++

    How to open a CMake project in Eclipse CDT

    • Post published:June 29, 2022
    • Post category:CMake/Eclipse/Tools

    This post describes how to open a generated CMake project in Eclipse CDT.

    Continue ReadingHow to open a CMake project in Eclipse CDT

    Visual Studio Code and Clang-Format

    • Post published:June 17, 2022
    • Post category:Clang-Format/Tools/Visual Studio Code

    This post is on how to get started with Clang-Format in Visual Studio Code.

    Continue ReadingVisual Studio Code and Clang-Format

    CMake – Out-of-source build

    • Post published:June 16, 2022
    • Post category:CMake/Tools

    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…

    Continue ReadingCMake – Out-of-source build

    Qt5 and CMake

    • Post published:June 6, 2022
    • Post category:CMake/Qt5/Tools

    This is a small wrap up on how to get started with Qt5 in a CMake project.

    Continue ReadingQt5 and CMake

    A basic CMake project with Pitchfork-Layout

    • Post published:June 6, 2022
    • Post category:CMake/Tools

    In this post we will lay the foundation for a basic CMake project that uses the Pitchfork Layout (PFL).

    Continue ReadingA basic CMake project with Pitchfork-Layout

    Install Conan on Kubuntu 22.04 LTS

    • Post published:May 28, 2022
    • Post category:Conan/Tools

    This post briefly describes the steps to install Conan on Kubuntu.

    Continue ReadingInstall Conan on Kubuntu 22.04 LTS
    • 1
    • 2
    • Go to the next page

    Archives

    • October 2022
    • July 2022
    • June 2022
    • May 2022

    Categories

    • C++
    • Clang-Format
    • CMake
    • Conan
    • Eclipse
    • General
    • Qt5
    • Snippets
    • Tools
    • Visual Studio Code

    Recent Posts

    • Simple approach to unique identifiers
    • Check if an STL Container is empty
    • Open a CMake project in Visual Studio Code
    • Setup Visual Studio Code for C++
    • How to open a CMake project in Eclipse CDT
    © Fabian Baumeister 2022. | Privacy Policy | Impressum |