Analyzing C/C++ Code Quality by Using Code Analysis
You can improve your C/C++ code by using code analysis in Visual Studio Premium or Visual Studio Ultimate to find and fix code defects.
In This Section
Learn about the features of the code analysis tool. |
|
Learn the basics of code analysis for C/C++. |
|
Specify the rules to run on your project or solution. |
|
Describes the configuration settings for code analysis. |
|
How to: Specify Additional Code Information by Using __analysis_assume |
Learn how to use __analysis_assume to improve code analysis. |
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. |