Logo

Blog


C++ Insights

C++ Insights Episode 49: Why you shouldn't have virtual member functions with default parameters

I published a new C++ insights episode: Why you shouldn't have virtual member functions with default parameters. [...]
C++ Insights

C++ Insights with Clang 18 and more

I'm happy to announce that C++ Insights is now driven by LLVM/Clang 18! This time, updating to the new Clang version was more straightforward than before. However, I had new [...]
C++

Understanding the role of cv-qualifiers in function parameters

In today's post, I will continue where I left off with last month's post C++ top-level qualifiers explained. This time, I will focus on function parameters. [...]
C++

Level Up Your C++ Skills: Essential Tools and Resources for Effective Practice

Today, I want to share my C++ resources page with you: andreasfertig.com/cpp-resources/. [...]
C++ Insights

C++ Insights Episode 48: Less typing for lambdas in C++23

I published a new C++ insights episode: Less typing for lambdas in C++23. [...]
C++

C++ top-level qualifiers explained

In today's post, I would like to address the question, "What is a top-level cv-qualifier, and why is it important to understand?". [...]
C++ Insights

C++ Insights Episode 47: Prefer user-defined literals when available

I published a new C++ insights episode: Prefer user-defined literals when available. [...]
Training

Public classes 2024

The year has already started. If you're interested in working with me at one of my public classes, here is what you need to know. [...]
C++

Aggregates: C++17 vs. C++20

Sometimes the small changes between two C++ standards really bite you. Today's post is about when I got bitten by a change to aggregates in C++20. [...]
Personal

Updates to YouTube and training material in 2024

Today, I'll give you updates about C++ Insights on YouTube and other improvements. It actually started back in 2023. [...]