Showing results for 2011 - Page 10 of 10 - C++ Team Blog

Jan 15, 2011
0
0

The Visual C++ Weekly Vol. 1 Issue 3 (Jan 15, 2011) Is Out

Diego Dagum - MSFT
Diego Dagum - MSFT

 We just released the third issue of The Visual C++ Weekly. For technical reasons, from the original list of articles, there are two that weren’t caught and got lost but we’ll make sure to include them in the fourth issue (to appear next Saturday, January 22). This issue contains an Intel concurrency demo based on the classic di...

C++
Jan 13, 2011
0
0

A 101 on GPU-Accelerated Apps in the Windows Platform

Diego Dagum - MSFT
Diego Dagum - MSFT

In the last Professional Developer Conference (PDC), a few months ago, Chas Boyd –PM Architect with Windows Graphics at Microsoft- delivered a general overview of the Windows Graphics architecture, its different APIs and the application types they are intended to. It’s a 100-level session, what means that is informative with no code b...

C++
Jan 11, 2011
0
0

C++ Programming Interviews: What Interviewers Want You To Show

Diego Dagum - MSFT
Diego Dagum - MSFT

A recent study showed that C++ is still among the most used languages (ahead of any other Visual Studio officially supported language like C# or Visual Basic). But despite being widely used and known by several generations of developers –thanks that it has been out there for decades now, while being still the most taught language in the Academy- wh...

C++
Jan 8, 2011
0
0

The Visual C++ Weekly Vol. 1 Issue 2 (Jan 8, 2011) Is Out

Diego Dagum - MSFT
Diego Dagum - MSFT

C++ MVP Kenny Kerr starts a new series on modern Windows development with C++0x. Intel features a highly parallel optimized crowd simulation technique. Get All-In-One: a code sample library for Microsoft development technologies. C++ MVP Kate Gregory shares a “lost+found” ISO technical report on C++ performance. And much, much more in t...

C++
Jan 7, 2011
0
0

Rvalue References and Type Traits – Video Introduction to the STL, Parts 9 and 10

Visual CPP Team
Visual CPP Team

The final parts of my video lecture series introducing the Standard Template Library are now available.  Part 9 covers a single function, std::move(), and explains how rvalue references power move semantics.  Part 10 covers <type_traits>, a header added by TR1/C++0x, and explains the basics of template metaprogramming. Here's t...

C++
Jan 6, 2011
0
0

Application Lifecycle Management (ALM) for C++ in Visual Studio 2010

Diego Dagum - MSFT
Diego Dagum - MSFT

Hi! I’m Ale Contenti and I’d like to show you here a session on Application Lifecycle Management (ALM) for C++ in Visual Studio 2010 I presented last November at TechEd Europe, in Berlin. People often wonder how we expect C++ developers to take advantage of the many ALM scenarios enabled in Visual Studio 2010 Ultimate. Today it's true that so...

C++
Jan 5, 2011
0
0

Grr… My VC++ Project Is Building Slower in VS2010. What Do I Do Now? (A Step by Step Guide)

Diego Dagum - MSFT
Diego Dagum - MSFT

Hi, my name is Renin John and I work as a Software Development Engineer in Test with the VC++ Project and Build Team. I was involved in testing the Build performance of the VS 2010 IDE and I wanted to give you all an idea about what to expect, and some basic steps you could take if you end up in a situation where your project builds slower in V...

C++
Jan 1, 2011
0
0

2011 Comes with a New C++ Weekly Roundup

Diego Dagum - MSFT
Diego Dagum - MSFT

Happy New Year!! Starting 2011, we’ll be releasing every week a compilation of articles, videos, downloadable stuff, interviews and other news related with our programming language. Sources may or may not be MS-owned, as long as the content is of the common interest. This may also apply for the timeline of articles: they may not be published ...

C++