Selection Statements (C++)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Selection Statements (C++).
The C++ selection statements, if and switch, provide a means to conditionally execute sections of code.
The __if_exists and __if_not_exists statements allow you to conditionally include code depending on the existence of a symbol.
See the individual topics for the syntax for each statement.
Show: