LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: C++ Futures: Lambda Functions (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-c-futures-lambda-functions-486046/)

LXer 09-22-2006 01:33 PM

LXer: C++ Futures: Lambda Functions
 
Published at LXer:

Like the Lambada, only differentColumn The use of "lambda" originates from functional programming and lambda calculus, where a lambda abstraction defines an unnamed function. Lambda functions or Lambdas in C++ are one of the more interesting things to look forward to in the next C++ standard; giving us the ability to treat functions as first class objects at last; composing them inline and treating them as class objects. Up until now we've scraped by with pointers to functions, and various libraries like Boost Lambda, both of which approaches suck.

Read More...

the_darkside_986 09-22-2006 03:13 PM

At my university they taught us CS majors C++ and Calculus but I still do not understand what this news means.


All times are GMT -5. The time now is 09:10 PM.