I have asked for this topic like 7 months back and now got it. Thank you.
The beauty about your videos is, I always watch them to learn something I initially intended to but, I always end up learning some extra things. Thanks for that. You're awesome
Today, I first learned lambda function of C++. I learned from the best. (Whitney's one of my favorite songs)!!
You are the best C++ Lecturer in YouTube. You explain the topic with the example, including all other special features of C++. Like in this "lambda function" example, you also included 'Standard Template Library' vector and algorithm. That really connects with the real coding problems and uses of all other important features of C++. Thank you for teaching us, all these things :) Thanks a lot :)
this video is so easy to understand, love it
Thank you. Best C++ lambda introduction I have seen thus far.
15:51 You can change the value (only in lambda function) by typing "mutable" between the circle and curly brackets. This way you don't have to change the variable in bigger scope by passing with reference. Disscussed in Cherno's video on lambdas https://www.youtube.com/watch?v=mWgmBBz0y8c
Exactly what I was looking for. Best channel for C++
The best explanation, I need this video a lot, thank you CodeBeauty!!❤
You are so talented for teaching, the best teacher ever!
Im learning c++ on udemy and I always come to your videos for second help. you always have a great way if explaining these concepts . Thank you for posting these videos. for real!
Hi, I'm from Brazil and a developer beginner but with much years at development using C++; Your channel is my favorite font to learning c++ and english; This is terrific. 🚀🚀
love your videos
Thank you so much
Hi mam
Perfect timing! We are covering Delegates and Lambdas this week in my C# course.
I have a biomedical engineering master degree, and I decided to learn C++ in the best possible way. Thank you so much for existing.
Saldina you are the best as always ❤❤❤
I was struggling with this topic since yesterday.. it's all clear to me now! Glad I came across your video..Thank you CodeBeauty, Keep making such videos!
@CodeBeauty