IntelliSense History, Part 1

Hello, this is Jim Springfield again.  I want to start explaining our plan to fundamentally change how IntelliSense and other code browsing features work for C/C++.  The recent GDR for VS2005 and the changes that went into VS2008 were significant, but they don’t really change how these features are implemented.  This post ...
Comments are closed.0 0
C++

How a program accesses functions

Hi, I’m Alan Chan and I am a developer on the Visual C++ libraries team.  We all know that a library is a collection of functions.  However, how does a program actually “access” these functions under the covers?  Essentially, there are 3 different ways that a function can be made available for the program to ...
Comments are closed.0 0
C++

Workflow of the IDE QA team

Hello everyone, I am Anca Miclea. I work as a SDET (QA) in the VC IDE team. This is my first post on VC blog and I would like to share with you how we test the IDE for VC++. Yes, we do test the IDE and this is not an easy job ;) For each new feature that we add to the product, we need to write a Test Plan (TP). Each TP is ...
Comments are closed.0 0
C++

Channel 9: Kate Gregory, Ale Contenti and Steve Teixeira – VC++ 2008 and Beyond

HelloRecently Kate Gregory (VC++ MVP), Ale Contenti (Dev Lead VC++) and Steve Teixeira (GPM VC++) attended TechEd Europe and presented sessions on VC++ (what else?) During a break in proceedings Charles Torre (Channel 9) caught up with all three in a speaker’s lounge and asked how the VC++ community was reacting to VC++ 2008, the ...
Comments are closed.0 0
C++

Q&A about the VC++ Intellisense QFE

HelloLast week, Jim announced the availability of the Intellisense fixes as a publicly downloadable QFE for Visual C++ 2005 SP1. Since then we have seen a number of customers install the QFE and we have especially enjoyed hearing about your successful experiences with the QFE. Jim has also recently blogged about macros to control the ...
Comments are closed.0 0
C++

Controlling IntelliSense Through Macros

Hi, my name is Jim Springfield, and I’m an architect on the Visual C++ team.  When I recently blogged (http://blogs.msdn.com/vcblog/archive/2007/11/12/performance-improvements-in-visual-c.aspx) about improvements to Intellisense and overall UI responsiveness, I mentioned that there was a new mechanism that allows a developer to ...
Comments are closed.0 0
C++

Performance Improvements in Visual C++

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 the severity of these performance issues and the size of the projects and ...
Comments are closed.0 0
C++

Quick Tour Of New MFC Functionality

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 MFC, this blog post is going to be graphics heavy.  I’d much rather show you some...
Comments are closed.0 0
C++

Hola from Barcelona…and welcome to a major MFC update!

Hello again. My name is Ale Contenti, and I’m the Dev Lead for the VC++ Libraries. I’m writing this blog entry from my hotel room in Barcelona. Steve Teixeira and I are here for TechEd Developers Europe. Let me tell you that the atmosphere here is just great! Lots of people and a lot of Visual Studio and C++ users. Lots of interest...
Comments are closed.0 0
C++

Channel 9: Pat Brenner – Overview of new MFC update

In this video Pat Brenner, a developer on the Visual C++ libraries team, talks about the functionality of the new MFC update.  This significantly enhanced version of MFC will enable developers to create applications with the “look and feel” of Microsoft Office, Internet Explorer and Visual Studio.  Tune in to learn more ...
Comments are closed.0 0
C++