C++ Tutorial 9 : Lambda Expressions

[ad_1]
Code & Transcript :
Best C++ Book :

This part of my C++ tutorial provides numerous examples of what you can do with Lambda Expressions. We’ll cover how to Sort, Filter, Sum, Edit and Generate Lists based on conditions. We’ll also perform operations on multiple lists, create Recursive Lambda Functions and cover the Ternary Operator.


Posted

in

by

Tags:

Comments

15 responses to “C++ Tutorial 9 : Lambda Expressions”

  1. Masoud Rousta Avatar

    Thanks for the clear and comprehensive tutorial on lambda expressions – one of the most challenging topics in programming-.

  2. Demos Petsas Avatar

    Hi Derek your videos are the best. Could you do a video or video series on Laravel please?

  3. No Copyright Music Avatar

    good video! I think you have potential to be a HUGE YouTuber and make so much money that this becomes your permanent job! It's just I actually realized that your channel really isn't growing very fast, which is holding you back again! If your videos acquired some more views, they'd do so much better in the YouTube algorithm. My MAIN channel has been possessing a ton of success because I bought a few dollar guide on the way to get an unlimited amount of views on any video. Literally, I just started and one of my videos already has almost 7, 000 views and will have 20, 000 VIEWS by the end of the week, which is giving me a BIG boost in the YouTube search and algorithm because my subscriber count goes up 60 subscribers every day now. I am aware it sounds like an ad lol but it could really explode your channel. I can't post links in comments, so you'll have to find the link to the guide in the MAIN channel banner. My main channel is featured on this channel right now that I'm using to comment. The link will be in the bottom right corner of the main channel banner. Hope this helps ya out a little down the road: )

    it helps get your channel rolling so give it a look 🙂

  4. KingHerring Avatar

    Hey Derek! Great videos. It'd be great if you did a video on std::future and async features of C++, maybe in a video after threads

  5. Tatoke kokipa Avatar

    Underscore means magic functions?

  6. Mijesh Deuja Avatar

    Love this series. But how many videos are you going to make to cover C++?

  7. Great Adib Avatar

    sir i beg u solve this os problem plss i will fail tomorrow if u dont help me . i will pray for you . Write a script that takes an input of directory and counts the total size (in bytes) of the directory by summing up all the files in that directory and also counts the number of files and directories resided in it and shows it in a infobox.
    Hint: Use commands – ls, wc, awk this is the os small project sir given me but my frnds even cannot help me in this regard , pls help me

  8. Ilya Zhidkov Avatar

    For those who use VSCode, paste those lines into the "tasks" array of JSON objects in tasks.json file. There are some issues with lambdas in C++ 11.

    "command": "g++",
    "args": [
    "-std=c++14",
    "main.cpp"
    ]

  9. Shivam Raj Avatar

    Sir its totally different request among all
    Sir please can you make one video on how you have made your profile photo of your YouTube channel its very cool and i also wanted to make it for myself
    And the notification issues are still there i don't get notified whenever your video comes online i have to visit your channal every time and check for the update of your video
    Its comfortable for me because when ever i have visited it gives me information of your knowledge and experience which might be helpful for me in future

  10. Bora Kaplan Avatar

    Hello Derek! Do you have any requests or plans for a series of functional programming courses? Now that we use fp concepts all the time in most languages would you think we should dive deep and learn more about it? Thank you!

  11. Ayo Dele Avatar

    Thank you Derek. We hope Go Lang deep dive like this is on the pipeline. Thank you for all you do.

  12. liga adde Avatar

    Sir I'm so interesting your turorial particularly c++ really so appreciated sir thnks so much

  13. Dennis Kamonde Avatar

    Thanks Derek you're the man

  14. Exodus Avatar

    Thank you very much Derek 🙂 I hope to see GUIs and OPP real soon. What will your next video cover?

Leave a Reply

Your email address will not be published. Required fields are marked *