EC++ Specifications

This section describes how to design software that adhere to the EC++ proposal.

Language Related Issues

To make sure your source code complies with both ISO C++ and EC++ standards, follow these guidelines:

You can disable certain C++ features, such as RTTI and exceptions, using the compiler settings in the C++ Language panel, described in C/C++ Language Panel

Library-Related Issues

Do not refer to routines, data structures, and classes in the Metrowerks Standard Library (MSL) for C++.