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/

#cplusplus #cpp17 #cpp14 #cpp #cppinsights

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.

https://youtu.be/rKiLxJuEjDY

#cppinsights #cpp #cpp11

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.

https://youtu.be/d7CzCSrPp60

#cppinsights #cpp #cpp11

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/

#cpp26 #cppinsights

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.

https://youtu.be/qjWo62dw-4s

#cppinsights #cpp #cpp20

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.

https://youtu.be/_ZvNJciCXeE

#cppinsights #cpp #cpp11

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?

#cppinsights #youtube #cpp

C++ Insights - Episode 71: C++23: multidimensional operator[]

In this episode, you'll learn about the change to the operator[] in C++23.

https://youtu.be/_wIj799nLOc

#cppinsights #cpp #cpp23

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?

#cppinsights #youtube #cpp

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/

#cplusplus #cpp17 #cpp #cppinsights