A Bite of Lambda in C++11
11 Mar 2019 Languages C/C++LambdaclosureUpon the strong suggestion from a senior student, I recently studied and practiced a very advanced syntax sugar, Lambda expressions, introduced in C++11. This post talks about the basic of lambda expressions.
