码迷,mamicode.com
首页 > 其他好文 > 详细

expected identifier before numeric constant

时间:2016-03-16 15:24:46      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:

症状:

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

标签:

原文地址:http://www.cnblogs.com/julie-yang/p/5283659.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!