Security (How Do I in Visual C+)

This page links to help on tasks related to security using Visual C++. To view other categories of popular tasks covered in Help, see How Do I in Visual C++.

Security Basics

Secure C Runtime (CRT)

Standard C++ Library Security Improvements

  • Checked Iterators
    Describes how checked iterators ensure that you do not overwrite the bounds of your container in retail code.

  • Debug Iterator Support
    Describes how debug iterators ensure that you do not overwrite the bounds of your container in debug code.

See Also

Concepts

How Do I in Visual C++