anonyfuncs
so i taught myself c++11 between coding gigs last year. c++11 added anonymous lambda functions. pretty much don't ever want to use em. cause if you want to program in lisp then frikken go program in lisp. sheehs. so anywho, we have this standard interview question. and every so often the question comes up, how do we improve our interview process? cause either 1) it sucks, or 2) every candidate who's not currently employed sucks. anywho, take home exams are inevitably suggested. so i turned in my response to the standard question as if it were a take home test. i used a lambda function. and a template. and wrote unit tests.