0

dev c++ 有问题。我试图编译我的程序。它在有几个定义的行上给出了我的奇怪错误。

11 #define VAR1 0x0001
12 #define VAR2 0x0002
13 #define VAR3 0x0004
14 #define VAR4 0x0008   
The errors said: 
line 11 column 3 [error] y does not name a type 
line 12 column 3 [error] expected unqualified-id before if
line 13 column 3 [error] expected unqualified-id before break
line 14 column 2 [error] expected declaration before } token

当我完全删除这些行时,它仍然会给出上述错误。因此,我剪切了该区域,然后将其粘贴。我得到了程序中其他地方的其他代码行。我尝试删除它,它只是不删除。有什么建议可以解决这个问题吗?我很难过:(

4

0 回答 0