class abc
{
};
class abc
^
;
../cnc.h:129:1: error: unknown type name 'class'
不支持 class 类定义
是设置问题还是该编译器只支持 C 编译?
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.
class abc
{
};
class abc
^
;
../cnc.h:129:1: error: unknown type name 'class'
不支持 class 类定义
是设置问题还是该编译器只支持 C 编译?