In my latest blog post, "C++ Insights new lambda transformation", I share the latest transformation change.
https://andreasfertig.com/blog/2026/06/cpp-insights-new-lambda-transformation/
In my latest blog post, "C++ Insights new lambda transformation", I share the latest transformation change.
https://andreasfertig.com/blog/2026/06/cpp-insights-new-lambda-transformation/
C++ Insights - Episode 75: The Ref-Qualifier That Saves You from Undefined Behavior
In this episode, you'll learn how req-qualifers save you from undefined behavior.
C++ Insights - Episode 74: Why move requires noexcept in C++20
In this episode, you'll learn why noexcept is crucial for move operations of a class.
Today is the 8th anniversary of C++ Insights. In my latest post, I discuss its status and the gift for this special day.
https://andreasfertig.com/blog/2026/05/happy-8th-anniversary-cpp-insights/
C++ Insights - Episode 73: Things you can do effortlessly with C++20s concepts
In this episode, you'll learn how C++20s concepts help you to write less code that's easier to maintain at the same time.
C++ Insights - Episode 72: Why you should never call a virtual member function in a constructor
In this episode, you'll learn by example why you should never call a virtual member function from a constructor.
You might have seen that, I'm producing the C++ Insights YouTube channel https://www.youtube.com/@andreas_fertig. There, I aim to explain various C++ elements, using https://cppinsights.io. This is where you come in. What is it that you want me to dive in for you?
C++ Insights - Episode 71: C++23: multidimensional operator[]
In this episode, you'll learn about the change to the operator[] in C++23.
You might have seen that, I'm producing the C++ Insights YouTube channel https://www.youtube.com/@andreas_fertig. There, I aim to explain various C++ elements, using https://cppinsights.io. This is where you come in. What is it that you want me to dive in for you?
Today I share my lesson learned when it comes to structured bindings and a custom get in my post, "Something you should know about structured bindings"
https://andreasfertig.com/blog/2021/03/something-you-should-know-about-structured-bindings/