Detecting and Correcting C/C++ Code Defects
Microsoft Visual Studio 2005 Team Edition for Software Developers provides a code analysis tool to help you detect and correct/C++ code defects.
In This Section
Learn about the features of the code analysis tool. |
|
Learn to invoke the code analysis tool from within the IDE. |
|
Learn to use warning pragma to enable and disable code analysis warnings. |
|
Describes how to view and navigate to errors in code. |
|
Learn how to use __analysis_assume to improve code analysis. |
|
Learn to use the work item tracking feature in Team Foundation. |
|
Gain hands-on experience by performing code analysis on a C/C++ project. |
|
Learn about annotation features of the code analysis tool to detect violations of the contract between the caller and the callee. |
|
Lists and describes code analysis warnings. |