Welcome to MSDN Blogs Sign in | Join | Help

February 2009 - Posts

Quick Tips On Using Whole Program Optimization

Hi, I’m Jerry Goodwin from the Visual C++ code generation and optimization team, with a couple quick tips on using Whole Program Optimization, also referred to as Link Time Code Generation (LTCG). If you’re writing native C++ code, you can typically speed
Posted by vcblog | 38 Comments

MFC Restart Manager Support in VS2010

Hi, I am Weidong Huang, a Software Design Engineer in Test in the Visual C++ group. Today I am going to talk about MFC’s support of Restart Manager functionality -- a very amazing feature in VS2010. What is Restart Manager? Restart Manager is a new feature
Posted by vcblog | 11 Comments

Rvalue References: C++0x Features in VC10, Part 2

Part 1 of this series covered lambdas , auto , and static_assert . Today, I'm going to talk about rvalue references , which enable two different things: move semantics and perfect forwarding . This post will be long, because I'm going to explain how rvalue
Posted by vcblog | 60 Comments
 
Page view tracker