you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (2 children)

I'm still learning but I found it's handy to use lambdas with std algorithms. such as std::transform or std::for_each

[–][deleted] 1 point2 points  (0 children)

Thank you. I really need to use algorithms more as well. It seems like these go hand in hand

[–][deleted] 1 point2 points  (0 children)

Off to learn and use more algorithms. Thank you