C++ Team Blog

The latest in C++, Visual Studio, VS Code, and vcpkg from the MSFT C++ team

Latest posts

Visual Studio 2010 is Now Available
Apr 13, 2010
Post comments count 0
Post likes count 0

Visual Studio 2010 is Now Available

Visual CPP Team
Visual CPP Team

I am very happy to announce that Visual Studio 2010 is now officially available! The formal announcement can be found on Soma’s blog and you can download VS 2010 from here. Visual Studio 2010 is a great release for C++ developers. Top reasons you should look at VS2010: 1.       Performance and productivity on large C++ source bases First off, we completely revamped IntelliSense to make it more accurate and more robust on a large and complex C++ code. An IntelliSense parse of a core header file now only takes seconds instead of minutes. We also added new features that make it ...

Tweet your Questions on Channel 9 Live: DevConnections VS2010 Launch
Apr 12, 2010
Post comments count 0
Post likes count 0

Tweet your Questions on Channel 9 Live: DevConnections VS2010 Launch

Visual CPP Team
Visual CPP Team

Today at 11am (PST), Charles Torre will be interviewing Kate Gregory and Richard Campbell for C9 Live at DevConnections Las Vegas to dig into improvements in the native stack in Visual Studio 2010. All native developers are encouraged to tune in and tweet questions for Kate and Richard. Watch Channel 9 Live go to http://live.ch9.ms on April 12th at 11 AM PST (Silverlight required…)Be a part of the conversation tweet questions and comments with @ch9live anywhere in the message and we'll see it. So, go to https://twitter.com , create an account (really easy step) and then tweet questions by prefixing @c...

C++0x Core Language Features In VC10: The Table
Apr 6, 2010
Post comments count 0
Post likes count 0

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

Visual CPP Team
Visual CPP Team

VC++ Tip: Get detailed build throughput diagnostics using MSBuild, compiler and linker
Apr 1, 2010
Post comments count 0
Post likes count 0

VC++ Tip: Get detailed build throughput diagnostics using MSBuild, compiler and linker

Visual CPP Team
Visual CPP Team

We know that build throughput for applications are a time crunch on developer productivity. We have spent some time on improving linker throughput and other areas in VS2010, and will continue to investigate improving overall build throughput in future releases. In this blog post, we will describe a couple of options to get diagnostics for your projects using MSBuild and then taking a deeper dive into the compiler and the linker. Using MSBuild Using the IDE, you can enable Timing Logging by setting “Tools/Options/Projects and Solutions/VC++ Project Settings/Build Timings” = “Yes” or raise ...

To the command line enthusiasts: Some quick know-hows for Upgrading to VS 2010
Mar 25, 2010
Post comments count 0
Post likes count 0

To the command line enthusiasts: Some quick know-hows for Upgrading to VS 2010

Visual CPP Team
Visual CPP Team

Hello, I am Renin John, a Software Development Engineer in Test from the VC++ Project and Build team. I am aware that some of you prefer to do your daily work from the command prompt rather than from the IDE. I thought it would help if I put together instructions for the same using the knowledge I acquired testing Project Conversion. In order to perform an upgrade from a prior version of Visual Studio (VC6 through VS 2008) through the command line, you could use one of the following tools: 1.       devenv.exe2.       VCUpgrade.exe They&rsq...

Visual C++ is coming to a city near you!
Mar 23, 2010
Post comments count 0
Post likes count 0

Visual C++ is coming to a city near you!

Visual CPP Team
Visual CPP Team

With the Visual Studio 2010 launch around the corner, members of the Visual C++ team will be traveling around the world to meet with you and showcase the many new features Visual Studio 2010 has to offer for C++ developers. If we are coming to a stop near you, feel free to drop us an email and let us know. We will be delighted to meet with you and talk about all things C++ and Windows.Dev Days Conference:·         Modern Programming with C++0x – (March 30th 11:05 - 12:20)·         Visual C++ 2010 and MFC: The ...

C++ Build Parallelization Post On Visual Studio blog
Mar 23, 2010
Post comments count 0
Post likes count 0

C++ Build Parallelization Post On Visual Studio blog

Visual CPP Team
Visual CPP Team

Visual Studio 2010 has some enhancements that provide an easy way to get faster builds on a multiprocessor computer through parallelism. Dan Moseley a Lead Developer on MSBuild has written a blog on the C++ Build Parallelism in Visual Studio 2010.   Thank you,   Marian Luparu and Kelly Evans Visual C++ Team

VC++ Developer Survey
Mar 22, 2010
Post comments count 0
Post likes count 0

VC++ Developer Survey

Visual CPP Team
Visual CPP Team

As we wrap up Visual Studio 2010, we are starting to plan the next release of Visual C++. Our goal is to make Visual C++ a product that meets your needs. Thus we need your help.  We would like to better understand what you do. Please take a few minutes and answer the survey below. The survey is totally anonymous and the data that you provide will help us build a better product for you. http://www.surveymonkey.com/s/HDQWGJR  Thanks,Vikas BhatiaVisual C++ Team

ActiveX Test Container Application is Still Available
Mar 18, 2010
Post comments count 0
Post likes count 0

ActiveX Test Container Application is Still Available

Visual CPP Team
Visual CPP Team

Hello, I’m Pat Brenner, a developer on the Visual C++ Libraries team.  I’ve noticed some posts on various forums lamenting the loss of the ActiveX Test Container application and I wanted to address those concerns. The ActiveX Text Container tool is still available as a sample in Visual Studio 2008 and Visual Studio 2010.  It is included in the Visual C++ samples ZIP file included with Visual Studio: ·         For VS2008, it’s in [Program Files]\Microsoft Visual Studio 9.0\Samples\1033\AllVCLanguageSamples.zip ·         For V...