Team System Annotations for C++

Nick Wienholt has an article on developer.com about Team System’s annotations for C++, which are useful when running static code analysis on your C++ source. 

Microsoft's C++ commitment is evident in many of the Visual Studio Team System (VATS) Developer Edition tools that are C++ only. For example, C++ has two types of static analysis available: C/C++-specific analysis and managed-assembly analysis, which developers can use on C++/CLI (as well as on C# and B.NET) projects.

From: VSTS Annotations for C++: Beyond Just Documenting Method Behavior

818