DSPRelated.com
Forums

RE: Metrowerks C++ compiler prob?

Started by Jarrid Gross February 12, 2002

>The CodeWarrior for DSP568xx is not a C++ compiler but only a C compiler.
It
>does not support C++ language, and there is no C++ runtime support. The
>link, options, flags and settings are for support of other tools and should
>not have any affect on DSP568xx.

This is most interesting.

Yes I read that it was only a C compiler, the documentation and IDE
are very much at odds.

Why then does the code compile, with classes used?
No warnings, nothing.
Code even executes in the debugger, albeit incorrecty. Jarrid Gross