Fun with Lambdas: C++14 Style (Part 2) -- Sumant Tambe
More rapid-fire "now write this using lambdas" problem-solution drill with Sumant Tambe:
Fun with Lambdas: C++14 Style (Part 2)
by Sumant Tambe
From the article:
Look at some interesting examples of C++11/14 lambdas and how they interact with other language features and libraries. I hope to find some time to add some explanations. See part 1 if you missed it.


Still on the theme of "contiguous enables fast," a followup on the recent "Fast Polymorphic Collections" article:
Stroustrup's introduction to programming book has now been updated for modern C++. The Preface was posted on InformIT: