Blog - Title

  • Visual C++ Team Blog

    C++11 Features in Visual C++ 11

    • 151 Comments
    UPDATE - March 2, 2012 : the range-based for-loop and override/final v1.0 have been implemented in VC11 Beta. There's a new C++ Standard and a new version of Visual C++, and it's time to reveal what features from the former we're implementing in...
  • Visual C++ Team Blog

    Managed Incremental Build

    • 13 Comments
    Real-world solutions typically consist of multiple projects - often many projects. The projects are usually related to each other in some sort of dependency relationship. For example, consider a solution with 3 primary output targets (P1-3), a few intermediate...
  • Visual C++ Team Blog

    Visual Studio 2010 C++ Project Upgrade Guide

    • 26 Comments
    Hi, my name is Li Shao. I am Software Design Engineer in Test on the C++ team. As has been mentioned in many of the blogs, for example, recent blog by Felix Huang, the blog by Andreea Issac and my earlier blog , one of the major improvements in this release...
  • Visual C++ Team Blog

    C++0x Core Language Features In VC10: The Table

    • 40 Comments
    When we announced that the Visual Studio 2010 Release Candidate Is Now Available For Download , a reader, Igor, asked us to provide a table summarizing which C++0x Core Language features are implemented in VC10. So, here it is! It's derived from, but...
  • Visual C++ Team Blog

    Quick Tour Of New MFC Functionality

    • 135 Comments
    Hi I’m Pat Brenner, a developer on the Visual C++ libraries team.  I’m pleased to give you a sneak peek at a major MFC update we’ve been working on.  Since we’re adding a number of cool new user interface components to...
  • 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...
  • Visual C++ Team Blog

    MSDN Feedback Bug Prioritization

    • 14 Comments
    During the past few months, the Visual C++ team allocated many of its development resources towards addressing bugs submitted through the MSDN Feedback Center . In fact, almost 90% of these bugs were fixed and will ship as part of Visual Studio 2005 Service...
  • Visual C++ Team Blog

    Lambdas, auto, and static_assert: C++0x Features in VC10, Part 1

    • 91 Comments
    The Visual C++ compiler in the Microsoft Visual Studio 2010 September Community Technology Preview (CTP) contains support for four C++0x language features, namely lambdas , auto , static_assert , and rvalue references . Today, I'm going to explain the...
  • Visual C++ Team Blog

    IntelliSense/Browsing options in VC++ 2010

    • 19 Comments
    Now that Dev10 is getting close to release I want to describe in detail the various options we have included for controlling browsing and IntelliSense in VC++. Note: All information here is specifically about C and C++ and does not apply to C# or VB....
  • Visual C++ Team Blog

    C++/CLI IntelliSense in Visual Studio vNext

    • 48 Comments
    Recently Mohsen & Craig talked about a Renaissance within C++ development and Tony talked rebuilding our developer communication around C++, both of these videos touched on the subject of providing a more real world pragmatic discussion around why...
  • Visual C++ Team Blog

    Some VS2005 and VS2008 Wizards Pop Up Script Error.

    • 80 Comments
    Visual C++ team has discovered that after installing the current release of Internet Explorer (Internet Explorer 8), some VC++ wizards do not function correctly. The products affected are Visual Studio 2005 and Visual Studio 2008. Following are the affected...
  • Visual C++ Team Blog

    Targeting Windows XP with C++ in Visual Studio 2012

    • 72 Comments
    We recently announced the Visual Studio 2012 product lineup and platform support , and as a part of this announcement we mentioned that we were evaluating options for enabling C++ developers to build applications in Visual Studio 2012 that run on Windows...
  • Visual C++ Team Blog

    Rebuilding Intellisense

    • 83 Comments
    Hi, my name is Boris Jabes. I've been working on the C++ team for over 4 years now (you may have come across my blog , which has gone stale...). Over the past couple of years, the bulk of my time has been spent on re-designing our IDE infrastructure so...
  • Visual C++ Team Blog

    MFC Beta Now Available

    • 76 Comments
    A beta version of a major MFC/TR1 feature pack is now available for download . Please note that this feature pack is only supported on systems which have the English language (ENU) version of Visual Studio Team System 2008 Team Suite or Visual Studio...
  • Visual C++ Team Blog

    Visual Studio 2005 SP1 released

    • 57 Comments
    The Visual C++ team is excited to announce the release of Visual Studio 2005 SP1!!! The Service pack launched on Friday December 15, 2006 and is available for download here: VS2005SP1 This SP addresses issues that were found through a combination of customers...
  • Visual C++ Team Blog

    Q&A on our TR1 implementation

    • 82 Comments
    Hello. My name is Stephan and I’m a developer on the Visual C++ libraries team. As the Visual Studio 2008 Feature Pack Beta (available for download here with documentation available here ) contains an implementation of TR1, I thought I’d answer some common...
  • Visual C++ Team Blog

    The Filterator

    • 21 Comments
    My name is Ahmed Charles and I currently work on Windows Error Reporting. I believe that this is the first time that someone not on the VC team has written a blog, but I hope you will find it useful anyways. I’d like to thank Stephan T. Lavavej...
  • Visual C++ Team Blog

    Visual C++ 2008 Feature Pack Released!

    • 80 Comments
    The final release of the Visual C++ 2008 Feature Pack is now available for download. This release provides several exciting features for C++ developers, such as a major update to MFC and an implementation of TR1. These features are fully covered under...
  • Visual C++ Team Blog

    C++ Native Multi-Targeting

    • 24 Comments
    Hello, my name is Li Shao. I am a Software Design Engineer in Test on the C++ team. For the past two years, I have been part of the team working on migrating the C++ build system from VCBuild to MSBuild as well as the new project system which is also...
  • Visual C++ Team Blog

    MASM available as a free download

    • 21 Comments
    Microsoft has made its x86 assembler available as a free download. The Microsoft Macro Assembler 8.0 (MASM) is a tool that compiles x86 assembly language programs and generates corresponding binaries. Assembly language programs built with MASM can be...
  • Visual C++ Team Blog

    Announcing Hilo

    • 21 Comments
    What is Hilo? Project “ Hilo ” is an effort to tell the story of building high performing, responsive rich Windows applications using C++. We will do this by walking you through our own experience of building some sample applications which we believe...
  • Visual C++ Team Blog

    Performance Improvements in Visual C++

    • 59 Comments
    Hi, my name is Jim Springfield, and I’m an architect on the Visual C++ team. I recently spent two months working on some core improvements to how VC deals with Intellisense as well as overall UI responsiveness. We observed a strong correlation between...
  • Visual C++ Team Blog

    Spy++ Internals

    • 25 Comments
    Hi, my name is Pat Brenner and I’m a software design engineer on the Visual C++ libraries team. I recently rejoined the Visual C++ team after almost 10 years in the Visual Studio environment team. I am also the owner of Spy++. While I did not originally...
  • Visual C++ Team Blog

    How to redistribute the Visual C++ Libraries with your application

    • 51 Comments
    Hello again, this is Ben Anderson, SDET on the Visual C++ libraries team. One of the most common questions we get from customers on the forums and elsewhere is “My app needs the Visual C++ Libraries (CRT, ATL, MFC, OpenMP or some combination thereof...
  • Visual C++ Team Blog

    Windows XP Targeting with C++ in Visual Studio 2012

    • 42 Comments
    Background In June, we announced enhanced targeting for Windows XP using the Visual Studio 2012 C++ compiler and libraries. This feature has been included in Visual Studio 2012 Update 1. You can download it from here . The purpose of this article is...
Page 1 of 20 (477 items) 12345»