Showing results for C++ language - C++ Team Blog

Feb 1, 2011
0
0

PDC 2010: Lambdas, Lambdas Everywhere

Diego Dagum - MSFT
Diego Dagum - MSFT

Why care about C++0x lambda functions? Syntactically, they are nothing but sugar for function objects. However, they are an essential and enabling sugar that will change the way we will write C++ code more often than most people realize. This talk from last PDC covers what lambda functions are and how to use them effectively, including how l...

C++
Jan 29, 2011
0
0

The Visual C++ Weekly Vol. 1 Issue 5 (Jan 29, 2011)

Diego Dagum - MSFT
Diego Dagum - MSFT

This week comes with an article to help you set your application for parallelization; C++ MVP Dan Rollins researches on various ways to implement properties in C++; Issam Iqbal, C++ MVP, gives another twist to the TO CLI or NOT TO CLI debate when creating unit tests for our unmanaged code (voting for “NOT TO CLI”). There are also a coup...

C++
Jan 28, 2011
0
0

Heritage Shared

Diego Dagum - MSFT
Diego Dagum - MSFT

A few days ago, we posted two C++ quizzes based on a question posted in a forum. Let’s review the first question   Quiz 1   The guy was frustrated because he expected two things: ...

C++
Jan 25, 2011
0
0

Sharing the Heritage (Quiz Game)

Diego Dagum - MSFT
Diego Dagum - MSFT

I was reading recent discussion threads and found something interesting that someone introduced as a question, but instead of start developing the whole story from here, I’ll just challenge you with two different quiz games. Quiz 1 Without using Visual Studio or your building tool of preference, just yo...

C++