Showing results for VC++ - C++ Team Blog

Jun 12, 2013
0
0

Optimizing C++ Code : Overview

Jim Hogg
Jim Hogg

If you have arrived in the middle of this blog series, you might want instead to begin at the beginning. This post explains the flow of data within the Visual C++ compiler – starting with our C++ source program, and ending with a corresponding binary program. This post is an easy one – dipping our toes into the shallow end of ocea...

C++Backend
May 29, 2013
0
0

Optimizing C++ Code

Jim Hogg
Jim Hogg

Hi, my name is Jim Hogg and I am a Program Manager, working in the Visual C++ compiler team in Microsoft, based on the main campus here in Redmond. More specifically, I work in the part of the compiler that optimizes your code, to make it run faster, or to make it smaller, or a mixture of the two. In this series of blog posts, I will explain some o...

C++
Mar 7, 2013
0
0

Guest Post – The Expression Evaluator

OfekShilon
OfekShilon

Hi. My name is Ofek Shilon and I blog mostly about various VC++ tricks I come by. Today I’d like to explicitly introduce a debugging feature we all use daily but seldom refer to it by name – the native expression evaluator (abbreviated EE below). The Basics Every time you use the Watch window, a lot is going on behind the scenes. When...

C++
Nov 2, 2012
0
0

November CTP, isocpp.org, Standard C++ Foundations Announced Today

Eric Battalio
Eric Battalio

November 2, 12:45pm PDT C++ use and investment continues to grow strongly in all parts of the software industry, and broadly across all major industries. As Herb Sutter said, more than ever “Microsoft is built on C++, and the world runs on C++.” At the same time, programmers now need to be educated that C++ is not the same language it was in the...

C++
Jun 15, 2012
0
0

Targeting Windows XP with C++ in Visual Studio 2012

Steve Teixeira, MSFT
Steve Teixeira, MSFT

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 XP without requiring side-by-side installation of Visual Studio 2010. Today I would like to shar...

C++
Sep 6, 2011
0
0

First Look at the New C++ IDE Productivity Features in Visual Studio 11 (Cont’d…)

Visual CPP Team
Visual CPP Team

Hi! I am Amit Mohindra, a Program Manager on the Visual C++ team. Earlier in the month my colleague Sumit Kumar had talked about some of the exciting IDE features in the next version of Visual Studio. Today I will just add to that list a few more features that we have done in the next version of the IDE to help you be more productive.   ...

C++
Jul 25, 2011
0
0

Developing Windows Applications in C++ (Articles Series)

Visual CPP Team
Visual CPP Team

We got just published “Developing Windows Applications in C++”,  an article series created by C++ Most Valuable Professional Kate Gregory. This material is aimed at C++ developers who want to learn how to write Windows applications. It won’t teach you C++, or how to use Windows as an end user. But if you know C++ and Windows ...

C++
Mar 10, 2011
0
0

Visual Studio 2010 Service Pack 1 General Availability

Diego Dagum - MSFT
Diego Dagum - MSFT

If you guys follow Jason Zander’s (Visual Studio corporate Vice President) blog, you learned two days ago that the Visual Studio 2010 Service Pack 1 whose Beta had been released last December achieved final release stage. Today is generally available (last Tuesday was only for MSDN subscribers). You can get it from here. Let’s summarize...

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

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

C++