Share via


C/C++ Code Analysis Warning Messages

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

C/C++ Code Analysis reports a variety of warning messages to developers about possible defects in their source code. These messages include common coding errors such as buffer overrun, un-initialized memory, null pointer dereference, memory and resource leaks.

For more information about individual warnings, see this Microsoft Web site.

See Also

Concepts

Security Best Practices for C++