I was exploring C++0x today, and I encountered the new lambda feature. My question is how are these different (in terms of use) from blocks and why might one prefer one over the other?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EDIT:
To properly give credit, I took this information from
http://www.rhinocerus.net/forum/language-c-moderated/558214-blocks-vs-c-lambdas.htmla long time ago. That link is dead now; however, the original discussion appears to be archived here, thanks to @stefan for finding it.