我的程序在Windows上編譯沒有問題。在Windows上我正在使用conio.h
在Linux上,我正在使用替換enter link description here。我的第一個錯誤:typedef enum {FALSE=0x00, TRUE=0xff} BOOL;
和錯誤:conio.h和linux問題
types.h:39:15: error: expected identifier before numeric constant
types.h:39:15: error: expected ‘}’ before numeric constant
types.h:39:15: error: expected unqualified-id before numeric constant
types.h:39:36: error: expected declaration before ‘}’ token
那麼你在第39行第15或36行中找到了什麼? – alk
這是這行:'typedef enum {FALSE = 0x00,TRUE = 0xff} BOOL;' – Krzysiek
而第15列和第36列是? – alk