Looking to Integrate 9001+14001+27001+45001+50001? Click here!

Visual C 2010 _hot_ Here

Visual C++, Retro Programming, Windows Development, Legacy Code If you’ve been in the Windows development world long enough, you remember when Visual Studio 2010 felt like the future. Today, we’re taking a nostalgic — and surprisingly practical — look back at Visual C++ 2010 .

// Lambda in 2010? Yes! std::for_each(nums.begin(), nums.end(), [](int n) { std::cout << n * 2 << std::endl; }); visual c 2010

return 0; }