[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


Controlling C++ Extensions

The C++ compiler has additional extensions that you can activate. There is no item in the C/C++ Language Panel to activate these extensions. You must turn on the pragma cpp_extensions.

If this pragma is on, the compiler lets you use these extensions to the ANSI/ISO C++ standard:

To check whether this option is on, use the __option (cpp_extensions). By default, this option is off.

See also "cpp_extensions" and "Checking Options."


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000