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

May 20, 2009
Post comments count0
Post likes count0

Using the Windows 7 RC SDK in Visual C++ 2010 Beta 1

Visual CPP Team
Visual CPP Team

Though the Windows 7 RC SDK was released about 2 weeks before Visual Studio 2010 Beta 1, it was not possible to incorporate that release into VS 2010 Beta 1. As a result, the Windows SDK components that ship as part of Visual Studio 2010 Beta 1 are the Windows 7 Beta SDK versions. This post will describe how you can use the Native Multitargeting f...

C++
May 11, 2009
Post comments count0
Post likes count0

VC++ IDE / Design Time Stress Testing

Visual CPP Team
Visual CPP Team

Hi, my name is Jianhua Li, and I am a VC++ IDE QA. Today I am going to talk about VC++ IDE / Design Time stress testing. What is stress testing? Design Time Stress (DTS) is part of a broader set of reliability quality criteria focused on measuring an application's robustness, availability and reliability under stressful conditions.  It's scope...

C++
Apr 22, 2009
Post comments count0
Post likes count0

decltype: C++0x Features in VC10, Part 3

Visual CPP Team
Visual CPP Team

Part 1 of this series covered lambdas, auto, and static_assert. Part 2 of this series covered rvalue references, which enable move semantics and perfect forwarding. Today, I'm going to talk about decltype, which allows perfect forwarding functions to have arbitrary return types.  It's of interest to people who are writing highly gene...

C++
Apr 9, 2009
Post comments count0
Post likes count0

Tech-Ed North America 2009

Visual CPP Team
Visual CPP Team

Most of you must be aware of the upcoming Microsoft® Tech·Ed North America 2009 in Los Angeles.  This event provides hands-on learning, deep product exploration and opportunities to connect with industry and Microsoft experts one-to-one.  Anyone attending and interested in C++ development will find the following Tech.Ed session...

C++
Apr 1, 2009
Post comments count0
Post likes count0

VC MSBuild Extensibility Example

Visual CPP Team
Visual CPP Team

Hello, my name is Felix Huang and I am a developer on the Visual C++ team.  Over the last year, I worked on making the build system in Visual Studio 2010 more flexible with MSBuild system as the foundation.  For those who felt the need to use batch scripts to power your builds, I hope that this new system would provide you with that much...

C++
Mar 31, 2009
Post comments count0
Post likes count0

Interested in using web services in your native C/C++ code?

Visual CPP Team
Visual CPP Team

If you are planning to use web services in your native C/C++, here is how you can learn how you can do that. 1)      On 04/01/2009, Nikola Dudar will be hosting a web cast on Windows Web Services API as part of   Microsoft Virtual TechDays for Developers. Nikola is going to introduce Windows Web Services AP...

C++
Mar 28, 2009
Post comments count0
Post likes count0

Some VS2005 and VS2008 Wizards Pop Up Script Error.

Visual CPP Team
Visual CPP Team

Visual C++ team has discovered that after installing the current release of Internet Explorer (Internet Explorer 8), some VC++ wizards do not function correctly.  The products affected are Visual Studio 2005 and Visual Studio 2008.  Following are the affected wizards:-          Add Function-&nb...

C++
Mar 25, 2009
Post comments count0
Post likes count0

Repackaged VC9 SP1 Hotfix For The vector<function<FT>> Crash

Visual CPP Team
Visual CPP Team

Back in December, I blogged about a hotfix for the vector<function<FT>> crash in VC9 SP1.  An observant reader, User, commented that the hotfix had been packaged incorrectly.  We've fixed this problem, and you can now download the repackaged hotfix. Stephan T. LavavejVisual C++ Libraries Developer

C++
Mar 19, 2009
Post comments count0
Post likes count0

GS

Visual CPP Team
Visual CPP Team

My name is Hongwei Qi and I am a Software Design Engineer in Test on the Visual C++ compiler code generation team. In this post I want to share with you the enhancements planned for the GS feature in Visual Studio 2010.  Evolution of GS A lot of code written in C and C++ has vulnerabilities that leave their users open to buffer overrun at...

C++
Mar 16, 2009
Post comments count0
Post likes count0

Performance Tests

Visual CPP Team
Visual CPP Team

Hello everyone, I’m Asmaa Taha; I’m a test developer in the Visual C++ compiler optimization test team.Our Team has various testing systems that automate the testing and reporting processes to convey the state of the product to our feature teams. Some of them are useful in automating the feature testing we have for the compiler (and mak...

C++