expected identifier before numeric constant

Posted julie_yang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了expected identifier before numeric constant相关的知识,希望对你有一定的参考价值。

症状:

expected identifier before numeric constant
expected `}‘ before numeric constant
expected unqualified-id before numeric constant
expected declaration before ‘}’ token

原因: 枚举类型 或者 里面的变量跟别人冲突了,eg 原来的定义是enum truncScoreType {32Dim,64Dim} sType;

解决办法:

enum truncScoreType {32Dim_myType,64Dim_myType} sType;

以上是关于expected identifier before numeric constant的主要内容,如果未能解决你的问题,请参考以下文章

c语言错误 expected identifier or '(' before 'else‘

如何修复 jshint 错误预期 '(' 在 '(' 之前。(expected_a_before_b)

一直“identifier expected”,这程序哪错了?

nuxt vuetify 给出 SassError: Expected identifier

syntax error : missing ';' before identifier

OpenCVmissing ';' before identifier 'PVOID64' (转)