Lambdas have been a powerful feature of C++ since their introduction in C++11. They are used a lot, but there are several myths about what lambdas are and how they behave. Let’s clear up some of the most common misconceptions.
When you think about building an audio application, you might guess that the audio processing is the most time-consuming part of development. It's true that DSP algorithms can demand significant time, but many JUCE developers will tell you that one of the biggest time investments is often the GUI development. Why is that the case, and what can you do about it?
Klaus is a C++ expert and speaker at conferences like CppCon and Meeting C++. He's the author of C++ Software Design, the creator of the open-source math library Blaze, and a consultant. I asked him a ton of questions, so get ready!