This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

6657 CCS6.0 标准C和C++的混合使用



请教个问题,DSP CCS6.0 6657的一个核的工程下,可以部分程序设置为C++语法,部分程序设置为标准C语法吗?

1. 我把一些文件设置为支持C++ ,一些文件为标准C,main函数设置为标准C,在调用.CPP文件中函数时,总是提示函数不存在;

2  将*.CPP文件中的所有语法都改成标准C,然后将文件名后缀改为*.C,语法设置改为

   标准C时,编译才无问题。