This section describes how to design software that adhere to the EC++ proposal.
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
Do not refer to routines, data structures, and classes in the Metrowerks Standard Library (MSL) for C++.