Пишет:" undefined identifier 'class' "
Вот еще кусок из хелпа:
Цитата
General Notes on C
Note the following on the DSP56800 processors:
C++ language is not supported.
Floating-point math functions (for example, sin, cos, and sqrt) are not supported.
The sizeof function in C is not the same as the SIZEOF function in the linker. In C, the sizeof function returns a number of type SIZE_T, which the complier declares to be of type unsigned long int. The sizeof function in C returns the number of words, whereas the SIZEOF function in the linker returns the number of bytes.
C for DSP56800E
This chapter explains considerations for using C with the DSP56800E processor. Note that the DSP56800E processor does not support:
The C++ language
Standard C trigonometric and algebraic floating-point functions (such as sine, cosine, tangent, and square root)
При создании проекта предлагается выбрать на чем писать, С++ в списке нет.(см.файл-картинку)
Эскизы прикрепленных изображений