February, 2009

Posts
  • Visual C++ Team Blog

    Quick Tips On Using Whole Program Optimization

    • 38 Comments
    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...
  • Visual C++ Team Blog

    MFC Restart Manager Support in VS2010

    • 11 Comments
    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...
  • Visual C++ Team Blog

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

    • 60 Comments
    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...
Page 1 of 1 (3 items)