Open
Description
After having a longer discussion yesterday with bernhard, i got the following idea how the difficulty of understanding lambdas and stl
could be eased.
I would suggest the following exercises (in order of execution):
lambda simple
: exercise to write simple lambda function, maybe even start with rewritting an existing function by a lambda - no usage of stllambda and stl - simple
: rewrite an (existing & fully functioning) program that usesstl
with function object to replace these function objects with lambdaslambda and stl - advanced
: have an unfinished program wherestl
functions and their respective lambdas must be added. could be that in the readme there is a list of possiblestl
functions to decide from