+ All Categories
Home > Documents > Boris Jabes Program Manager Lead Microsoft Corporation TL13.

Boris Jabes Program Manager Lead Microsoft Corporation TL13.

Date post: 18-Jan-2018
Category:
Upload: annis-wilkinson
View: 216 times
Download: 0 times
Share this document with a friend

If you can't read please download the document

Transcript

Boris Jabes Program Manager Lead Microsoft Corporation TL13 int main() { int sum = 0; auto f = [&sum] (int x) -> bool { return (x%2 == 0) ? ++sum : false; }; f(1); f(2); } int main() { int sum = 0; auto f = [&sum] (int x) -> bool { return (x%2 == 0) ? ++sum : false; }; f(1); f(2); } int main() { int sum = 0; auto f = [&sum] (int x) -> bool { return (x%2 == 0) ? ++sum : false; }; f(1); f(2); } int main() { int sum = 0; auto f = [&sum] (int x) -> bool { return (x%2 == 0) ? ++sum : false; }; f(1); f(2); } int main() { int sum = 0; auto f = [&sum] (int x) -> bool { return (x%2 == 0) ? ++sum : false; }; f(1); f(2); } int main() { int sum = 0; auto f = [&sum] (int x) -> bool { return (x%2 == 0) ? ++sum : false; }; f(1); f(2); } int main() { int sum = 0; auto f = [&sum] (int x) -> bool { return (x%2 == 0) ? ++sum : false; }; f(1); f(2); } int main() { int sum = 0; auto f = [&sum] (int x) -> bool { return (x%2 == 0) ? ++sum : false; }; f(1); f(2); } int main() { int sum = 0; auto f = [&sum] (int x) -> bool { return (x%2 == 0) ? ++sum : false; }; f(1); f(2); } int main() { int sum = 0; auto f = [&sum] (int x) -> bool { return (x%2 == 0) ? ++sum : false; }; f(1); f(2); } Please fill out your evaluation for this session at: This session will be available as a recording at: 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Recommended