Monthly Archives: June 2012

Working with C++0X/C++11: Lambdas – part 4 – using closures

In my last C++11 blog I talked about creating functions that takes a storage location by reference and return a function that takes a string input, parses it and stores the resulting value into the storage location. So we’re creating … Continue reading

Posted in C++0X/C++11, Code | Leave a comment