[問題] enum Boolean {false, true};
看板C_and_CPP (C/C++)作者tatungtatung (tatungtatung)時間1年前 (2023/04/20 10:16)推噓3(3推 0噓 1→)留言4則, 3人參與討論串1/1
開發平台(Platform): (Ex: Win10, Linux, ...)
codeblocks + GNU GCC Compiler
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
GNU GCC Compiler
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
tc3 circle.cpp
tc3 graphics.h
tc3 point.h
問題(Question):
最近看到多年前的 tc3, 內部有 graphics.h
就用 codeblocks + GNU GCC Compiler 編譯
先打開 tc3 中的 example 中的 circle.cpp
並將 tc3 中的 graphic.h 複製到 MinGW 的 include 資料夾下
編譯 circle.cpp 時
會引用到 tc3 中的 point.h 檔案
編譯顯示 point.h 中的 enum Boolean {false, true}; 出現錯誤
錯誤訊息為
||=== Build file: "no target" in "no project" (compiler: unknown) ===|
C:\tc3\EXAMPLES\point.h|8|error: expected identifier before 'false'|
C:\tc3\EXAMPLES\point.h|8|error: expected '}' before 'false'|
C:\tc3\EXAMPLES\point.h|8|error: expected unqualified-id before 'false'|
C:\tc3\EXAMPLES\point.h|8|error: expected declaration before '}' token|
||=== Build failed: 4 error(s), 0 warning(s) (0 minute(s), 1 second(s)) ===|
一直無法修正
有人知道原因嗎?
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.252.151.20 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1681957017.A.EFE.html
推
04/20 13:14,
1年前
, 1F
04/20 13:14, 1F
推
04/20 21:06,
1年前
, 2F
04/20 21:06, 2F
推
04/21 09:25,
1年前
, 3F
04/21 09:25, 3F
→
04/21 09:28,
1年前
, 4F
04/21 09:28, 4F
C_and_CPP 近期熱門文章
PTT數位生活區 即時熱門文章