Showing results for June 2010 - C++ Team Blog

Jun 25, 2010
0
0

C++ debugging survey

Visual CPP Team
Visual CPP Team

The Visual Studio Debugger Team is currently planning features for the next release of Visual Studio.  We would like to hear from our C++ developers to make sure that their needs are understood.  Please take a couple of minutes to complete the very short survey below.  The survey is totally anonymous and the data that you provide wil...

C++
Jun 18, 2010
0
0

VS2010 Visualization and Modeling Feature Pack

Visual CPP Team
Visual CPP Team

Recently we announced the availability of Visualization and Modeling Feature Pack for MSDN subscribers which complements the Architecture tools in VS2010. There is great C/C++ code visualization support in there. Read a blog post by Somasegar here: http://blogs.msdn.com/b/somasegar/archive/2010/06/17/modeling-websites-and-native-code.aspx Than...

C++
Jun 15, 2010
0
0

A post about editor extension for security and banned APIs

Visual CPP Team
Visual CPP Team

Security is something we take very seriously and we work with a number of teams across the company to keep native apps as secure as possible. An example of this in Visual Studio 2010 was our work on the GS flag. One of our colleagues, Tim Burrell, who has helped us develop these ideas has written a post on the Security Development Lifecycle blog in...

C++
Jun 9, 2010
0
0

Exploring the Visual C++ Browse Database

Visual CPP Team
Visual CPP Team

Hello, this is Jim Springfield.  This post will cover some low-level details about how we represent information in the browse database in VS 2010.  As I’ve mentioned in a previous post, we are using SQL Server Compact Edition (SSCE) for storing information about all of the C, C++, and IDL files in your solution.  I will show so...

C++
Jun 1, 2010
0
0

How we test the compiler backend

Visual CPP Team
Visual CPP Team

My name is Alex Thaman and I am a Senior Test Lead on the Visual C++ compiler team at Microsoft.  The focus of this blog is testing of the compiler backend where I’ve spent a good portion of my time here.  For those not aware, this is the part of the compiler that takes an intermediate representation as an input, does optimizations ...

C++