Showing results for September 2006 - C++ Team Blog

Sep 30, 2006
0
0

Orcas CTP now includes STL/CLR

Visual CPP Team
Visual CPP Team

The Visual C++ team is pleased to announce that a public release of STL/CLR has been included in the current Visual Studio Code Name “Orcas” September 2006 CTP.  STL/CLR is an implementation of the Standard Template Library (STL) that can be used for storing .Net types in STL-like containers. It also provides STL-like iterators and...

C++
Sep 26, 2006
0
0

Visual Studio 2005 Service Pack 1 Beta is now available

Visual CPP Team
Visual CPP Team

The Visual C++ team is excited to announce that the VS2005 Service Pack (SP1) Beta is now available to customers!  This Service Pack includes over 2,000 bug fixes, as well as Hotfixes and General Distribution Release Updates (GDRs).  As for Visual C++, you will find over 400 bug fixes, the largest number of any of the product teams. ...

C++
Sep 19, 2006
0
0

Mixing deterministic and non-deterministic cleanup

Visual CPP Team
Visual CPP Team

Hi, my name is Alan Chan.  I’m a software design engineer in Visual C++ libraries team.  As the name suggests, my team owns some of the C/C++ libraries such as ATL, MFC, CRT, STL, and OpenMP.  Today, I’m going to talk about one very interesting COM interop bug that I have worked on recently.   Basic scenario: We...

C++
Sep 10, 2006
0
0

Managed Debugger Expression Evaluator

Visual CPP Team
Visual CPP Team

   Hi, my name is James Wang and I am a software design engineer in the Visual C++ Front End team.  One of my testing areas is C++ debugger expression evaluators.  That is the engine that evaluate the expressions you put in the debugger watch windows. Currently, the Visual Studio 2005 ships two versions of the debugger expr...

C++
Sep 6, 2006
1
0

UAC, Windows Vista & VS 2005

Visual CPP Team
Visual CPP Team

Hi, my name is Li Shao. I am a Software Design Engineer in Test in Visual C++ team. In this post, I am going to briefly talk about Vista new security feature and how it is going to affect some of the VC scenarios. User Account Control (UAC) is a security feature in Windows Vista. It enables the users to perform common tasks as non-administrators. T...

C++