Showing results for January 2011 - Page 2 of 2 - C++ Team Blog

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 ...

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 ...

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 ...

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 ...

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++