DEV Community

Discussion on: Lambda Expressions in C++

Collapse
 
markboer profile image
Mark Boer

That depends, I took a course that used this as course material. It is extensive, but it's no pleasant read.

If you know the syntax, but want to know best practices I can highly recommend the CPPCoreGuidelines by Bjarne (creator of the language) and Herb.