Name: Anonymous 2011-05-03 18:11
By that I mean what are some easy and efficient tutorials/guides that those of you who are more experienced in C++ can recommend?
std::for_each(1, 100, [](int x) { std::printf("%d\n", x); });