Share via


Unsupported Operators and Additional Operators

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

Topic does not apply Topic does not apply Topic does not apply

Native only

Topic does not apply

Pro, Premium, and Ultimate

Topic does not apply Topic does not apply Topic does not apply

Native only

Topic does not apply

In native C++, debugger expressions do not support the following operators:

In native C++, debugger expressions do support the following additional operators:

  • The context operator ({ }) to specify the context of a symbol.

    For more information, see Context Operator (C/C++ Language Expressions).

  • Memory operators (BY, WO, and DW) to access memory. Memory operators have the lowest precedence of any operator. The memory operators are useful mainly in debugging assembly-language code.

See Also

Other Resources

Native C++ Language Expressions