Develop Notes
My development notes
2009年3月4日星期三
error C2143: syntax error : missing ')' before 'constant'
翻译为汉语就是:在常数的前面缺少')'
例如,你在某处 #define A 1
但是在程序中某处又忘记了常数的定义,而使用了int A;等,就会得到这个错误。
没有评论:
发表评论
‹
›
主页
查看网络版本
没有评论:
发表评论