Show C++ operator prefix, Function Name Dialog Box

Select whether to include operator prefixes with function names. For example, if you show operator prefixes, the function name appears as:

CRect::operator tagRECT *(void)

If you don't show operator prefixes, the function name appears as:

CRect::tagRECT *(void)

(C) Copyright IBM Corporation 1993, 2009.