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.

CCS中char型指针定义



const char *noiseEst="real";
const char *a="ideal";
if(strcmp(noiseEst,a)==0)

错误为:

Description Resource Path Location Type
#68 expected a "}" noise.c /noise line 14 C/C++ Problem