Monthly Archives: November 2007

Poor-man’s Closure

So C++ is lacking in some areas of modern programming language design, that’s not a big secret. But given the flexibility of C++ the question becomes: how hard is it to add missing features? Here I’m going to take a look at closures and lambda expressions. First off we can talk about closures. As far […]